From 6eb55e054ee40b8a2290e60911be66f9c2697c6a Mon Sep 17 00:00:00 2001 From: codingisacopingstrategy Date: Sun, 26 Dec 2010 22:58:21 +0100 Subject: Added Liquid Rescale Library as an (optional) dependency Imagemagick will detect it’s presence and build support for the --liquid-rescale option. Examples: http://www.imagemagick.org/Usage/resize/#liquid-rescale Signed-off-by: Mike McQuaid --- Library/Formula/imagemagick.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 2fcf91ba9..639e5831d 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -50,6 +50,7 @@ class Imagemagick :optional depends_on 'little-cms' => :optional depends_on 'jasper' => :optional + depends_on 'liblqr' => :optional depends_on 'libwmf' if use_wmf? -- cgit v1.2.3