diff options
| -rw-r--r-- | Library/Formula/autotrace.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/autotrace.rb b/Library/Formula/autotrace.rb index bba48fd11..f5e453d4e 100644 --- a/Library/Formula/autotrace.rb +++ b/Library/Formula/autotrace.rb @@ -9,13 +9,11 @@ class Autotrace < Formula homepage 'http://autotrace.sourceforge.net' md5 '54eabbb38d2076ded6d271e1ee4d0783' - depends_on 'libpng' + # depends_on 'libpng' depends_on 'imagemagick' unless without_imagemagick? def options - [ - ['--without-imagemagick', 'Compile without ImageMagick (non-bloaty)'] - ] + [['--without-imagemagick', 'Compile without ImageMagick (non-bloaty)']] end def install |
