diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/imagemagick.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 2493c9c54..61cfa8b7a 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -25,6 +25,7 @@ class Imagemagick <Formula depends_on 'little-cms' => :optional depends_on 'jasper' => :optional depends_on 'ghostscript' => :recommended if ghostscript_srsly? and x11? + depends_on 'libpng' unless x11? def skip_clean? path path.extname == '.la' |
