diff options
author | tron <tron> | 1999-09-11 15:04:14 +0000 |
---|---|---|
committer | tron <tron> | 1999-09-11 15:04:14 +0000 |
commit | e75d308960e2665dfbf9e608aec771627d8bd69c (patch) | |
tree | 72590ce051ae995311f2de5e34f2b54098c881f6 /graphics | |
parent | 108f1f296db405c6b65d2243cac53ce62f70f708 (diff) | |
download | pkgsrc-e75d308960e2665dfbf9e608aec771627d8bd69c.tar.gz |
Fix botch in last commit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 10 |
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 \ |