summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 8cb9c3b3948..337867c39f6 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.141 2006/04/14 18:14:34 heinz Exp $
+# $NetBSD: Makefile,v 1.142 2006/05/15 21:32:08 joerg Exp $
.include "Makefile.common"
PKGNAME= ImageMagick-${DISTVERSION}
+PKGREVISION= 1
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.simplesystems.org/ImageMagick/
@@ -40,6 +41,9 @@ CFLAGS+= -O
# Some configure_args come from Makefile.common
CONFIGURE_ARGS+= --without-perl
+# WMF linkage is currently broke, since libMagick would need symbols from libWand
+CONFIGURE_ARGS+= --without-wmf
+
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mmipspro*)