summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-01-28 23:49:41 +0000
committerwiz <wiz@pkgsrc.org>2012-01-28 23:49:41 +0000
commit4f7b800710568ac92ad2f7262e873aabf65340b7 (patch)
treed07c22da038a44f3345cca3930e2becb10b02673 /graphics/ImageMagick
parent43aca884129bae0ce1ee9ed646989b855adc9aba (diff)
downloadpkgsrc-4f7b800710568ac92ad2f7262e873aabf65340b7.tar.gz
Enable webp. Bump PKGREVISION.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 440d67a0b6d..7b1d314eebb 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.172 2011/11/20 22:09:37 sbd Exp $
+# $NetBSD: Makefile,v 1.173 2012/01/28 23:49:41 wiz Exp $
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
-PKGREVISION= 2
+PKGREVISION= 3
MAINTAINER= adam@NetBSD.org
COMMENT= Package for display and interactive manipulation of images
@@ -76,6 +76,7 @@ SUBST_SED.fix-etc= -e 's,^configlibdir =.*,configlibdir = $$(DATA_DIR)/examples/
.include "../../graphics/freetype2/buildlink3.mk"
.include "../../graphics/lcms/buildlink3.mk"
.include "../../graphics/openexr/buildlink3.mk"
+.include "../../graphics/libwebp/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../math/fftw/buildlink3.mk"