summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-09-11 15:04:14 +0000
committertron <tron@pkgsrc.org>1999-09-11 15:04:14 +0000
commit86ed3049e46c9112aae90222fad10c82f8381673 (patch)
tree72590ce051ae995311f2de5e34f2b54098c881f6 /graphics
parent5ae9bdcab22c579e1326e61b374f66adcd701154 (diff)
downloadpkgsrc-86ed3049e46c9112aae90222fad10c82f8381673.tar.gz
Fix botch in last commit.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ImageMagick/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 7d5e4ffe635..0abd7daf862 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 1999/09/11 14:25:44 tron Exp $
-#
+# $NetBSD: Makefile,v 1.49 1999/09/11 15:04:14 tron Exp $
-DISTNAME= ImageMagick-4.2.8
+DISTNAME= ImageMagick-4.2.9
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
EXTRACT_SUFX= .tar.bz2
@@ -28,9 +27,8 @@ CFLAGS= -O
# so that we don't cause implicit "hidden" dependencies. Users may reenable
# any of these manually as desired (PerlMagick should probably be a separate
# pkg, however).
-CONFIGURE_ARGS= --without-perl \
- --without-dps --without-fpx --without-hdf --without-jbig \
- --without-ttf
+CONFIGURE_ARGS+= --without-perl --without-dps --without-fpx \
+ --without-hdf --without-jbig --without-ttf
post-install:
${INSTALL_DATA} ${WRKSRC}/Copyright.txt ${WRKSRC}/QuickStart.txt \