diff options
| author | Peter Teichman | 2013-05-01 14:18:42 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-05 14:35:46 -0700 |
| commit | 870d5e92a55cf28fc01b19e83caad5b643c413e5 (patch) | |
| tree | ce731ee507335efb8b30fbf93692b4a96c956a0c /Library/Formula | |
| parent | 6b5b347332f7fdad35a5deab79fa71018e02a2b4 (diff) | |
| download | homebrew-870d5e92a55cf28fc01b19e83caad5b643c413e5.tar.bz2 | |
imagemagick: add an optional dependency on little-cms2
little-cms is deprecated upstream. little-cms2 is maintained,
produces higher quality output, and runs faster.
This commit preserves the ability to use little-cms if desired,
but as far as I know little-cms2 is always preferred.
Closes #19563.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -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 157d8625a..5f5bad42d 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -35,6 +35,7 @@ class Imagemagick < Formula depends_on :fontconfig => :optional depends_on 'libtiff' => :optional depends_on 'little-cms' => :optional + depends_on 'little-cms2' => :optional depends_on 'jasper' => :optional depends_on 'libwmf' => :optional depends_on 'librsvg' => :optional |
