diff options
author | kim <kim@pkgsrc.org> | 2000-08-14 01:37:38 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2000-08-14 01:37:38 +0000 |
commit | ac2779e6c81abe1c0311b8fb6a1c3a8302d34216 (patch) | |
tree | 51a64943717bcf41c374d887a0480b4d27e506e4 /graphics/p5-PerlMagick/Makefile | |
parent | 666d0cfd176c012ff918cf8850d4b879cc977f7d (diff) | |
download | pkgsrc-ac2779e6c81abe1c0311b8fb6a1c3a8302d34216.tar.gz |
Upgrade to 5.2.2 to match the ImageMagick package.
Diffstat (limited to 'graphics/p5-PerlMagick/Makefile')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 592bd32f994..173b62a141b 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.2 2000/06/01 11:23:31 rh Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/14 01:37:38 kim Exp $ -DISTNAME= ImageMagick-5.1.1 -PKGNAME= p5-PerlMagick-5.1.1 +DISTNAME= ImageMagick-5.2.2 +PKGNAME= p5-PerlMagick-5.2.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} EXTRACT_SUFX= .tar.bz2 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.wizards.dupont.com/cristy/ImageMagick.html -DEPENDS+= ImageMagick-5.1.1:../../${MAGICK} +DEPENDS+= ImageMagick-5.2.2:../../${MAGICK} MAGICK= graphics/ImageMagick MAGICKDIR= ${PKGSRCDIR}/${MAGICK} @@ -35,7 +35,8 @@ PERL5_BIN= ${LOCALBASE}/bin/perl CONFIGURE_ARGS+= --with-perl=${PERL5_BIN} \ --without-dps --without-fpx \ - --without-hdf --without-jbig --without-ttf + --without-hdf --without-jbig --without-threads \ + --without-ttf --without-xml post-configure: cd ${WRKSRC} && ${PERL5_BIN} Makefile.PL |