imagemagick: fix webp support
This commit is contained in:
parent
326ddfac66
commit
d1c7782998
1 changed files with 1 additions and 1 deletions
|
@ -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}'
|
||||
|
|
Loading…
Reference in a new issue