Add --without-webp to ImageMagick's CONFIGURE_ARGS to remove a hidden dep.

(We may want this anyway, but minimal fix for now). ok jasper@
This commit is contained in:
sthen 2012-06-13 10:22:26 +00:00
parent d5ab1e6c92
commit 49f219fc14

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.122 2012/06/12 17:40:35 okan Exp $
# $OpenBSD: Makefile,v 1.123 2012/06/13 10:22:26 sthen Exp $
SHARED_ONLY= Yes
COMMENT= image processing tools
VER= 6.7.7
REVISION= 0
DASHVER= 7
DISTNAME= ImageMagick-${VER}-${DASHVER}
PKGNAME= ImageMagick-${VER}.${DASHVER}
@ -72,6 +73,7 @@ CONFIGURE_ARGS+= --with-quantum-depth=16 \
--without-pango \
--with-perl \
--without-rsvg \
--without-webp \
--with-ltdl-include=${LOCALBASE}/include \
--with-ltdl-lib=${LOCALBASE}/lib \
--disable-ltdl-install