diff options
author | kim <kim> | 2000-08-14 01:37:38 +0000 |
---|---|---|
committer | kim <kim> | 2000-08-14 01:37:38 +0000 |
commit | b17a431e2c926f1c0f537a397a33617de3fb7a17 (patch) | |
tree | 51a64943717bcf41c374d887a0480b4d27e506e4 /graphics/p5-PerlMagick | |
parent | 30d06709e5b29eeeb5fdc79bb3148a8a922b89e6 (diff) | |
download | pkgsrc-b17a431e2c926f1c0f537a397a33617de3fb7a17.tar.gz |
Upgrade to 5.2.2 to match the ImageMagick package.
Diffstat (limited to 'graphics/p5-PerlMagick')
-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 |