diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 03:25:06 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-05-08 03:25:06 +0000 |
commit | d60b005d2176098c7b94697de8043b03c25d9eb8 (patch) | |
tree | 1d576eb799436c03e6b0feaac7e1c8f1596b5c5e /graphics/ImageMagick | |
parent | a0c42fc5b0f07a7e5557937c3dc7c2740435216d (diff) | |
download | ports-d60b005d2176098c7b94697de8043b03c25d9eb8.tar.gz ports-d60b005d2176098c7b94697de8043b03c25d9eb8.zip |
Notes
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 7bcd303de699..7d0be1e646a8 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -2,7 +2,7 @@ PORTNAME= ImageMagick DISTVERSION= 6.8.0-7 -PORTREVISION= 8 +PORTREVISION= 9 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ @@ -278,7 +278,7 @@ CONFIGURE_ARGS+= --without-freetype # Webp support .if ${PORT_OPTIONS:MWEBP} -LIB_DEPENDS+= webp:${PORTSDIR}/graphics/webp +LIB_DEPENDS+= libwebp.so:${PORTSDIR}/graphics/webp CONFIGURE_ARGS+= --with-webp PLIST_SUB+= WEBP="" .else |