aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorPeter Teichman2013-05-01 14:18:42 -0400
committerAdam Vandenberg2013-08-05 14:35:46 -0700
commit870d5e92a55cf28fc01b19e83caad5b643c413e5 (patch)
treece731ee507335efb8b30fbf93692b4a96c956a0c /Library/Formula
parent6b5b347332f7fdad35a5deab79fa71018e02a2b4 (diff)
downloadhomebrew-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.rb1
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