From 97ee7f13ccbabb4b2be0fb2cf7238ea2e151d2d7 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 13 May 2014 17:25:10 -0500 Subject: imagemagick: fix webp support --- Library/Formula/imagemagick.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/imagemagick.rb b/Library/Formula/imagemagick.rb index 9046418c3..507ed3fb0 100644 --- a/Library/Formula/imagemagick.rb +++ b/Library/Formula/imagemagick.rb @@ -83,7 +83,7 @@ class Imagemagick < Formula args << "--without-x" if build.without? 'x11' args << "--with-fontconfig=yes" if build.with? 'fontconfig' args << "--with-freetype=yes" if build.with? 'freetype' - args << "--with-webp=yes" if build.include? 'webp' + args << "--with-webp=yes" if build.with? 'webp' # versioned stuff in main tree is pointless for us inreplace 'configure', '${PACKAGE_NAME}-${PACKAGE_VERSION}', '${PACKAGE_NAME}' -- cgit v1.2.3