From 870d5e92a55cf28fc01b19e83caad5b643c413e5 Mon Sep 17 00:00:00 2001 From: Peter Teichman Date: Wed, 1 May 2013 14:18:42 -0400 Subject: 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 --- Library/Formula/imagemagick.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') 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 -- cgit v1.2.3