imagemagick: fix webp support

This commit is contained in:
Jack Nagel 2014-05-13 17:25:10 -05:00
parent 326ddfac66
commit d1c7782998

View file

@ -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}'