diff options
Diffstat (limited to 'Library/Formula/imagemagick.rb')
| -rw-r--r-- | Library/Formula/imagemagick.rb | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 0d04dee32..2b6780193 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -41,10 +41,7 @@ class Imagemagick <Formula    end    def install -    # Add to PATH for freetype-config on Snow Leopard -    ENV.prepend 'PATH', '/usr/X11/bin', ':' - -    ENV.libpng +    ENV.x11 # Add to PATH for freetype-config on Snow Leopard      ENV.O3 # takes forever otherwise      args = [ "--disable-osx-universal-binary", | 
