summaryrefslogtreecommitdiff
path: root/graphics/p5-PerlMagick
diff options
context:
space:
mode:
authorkim <kim>2000-08-14 01:37:38 +0000
committerkim <kim>2000-08-14 01:37:38 +0000
commit7dd5b50c35a10642105ac8ac6b6bd8061adff345 (patch)
tree51a64943717bcf41c374d887a0480b4d27e506e4 /graphics/p5-PerlMagick
parent6a8d5ba184f36065fe1bae5bfc5505ef361511f6 (diff)
downloadpkgsrc-7dd5b50c35a10642105ac8ac6b6bd8061adff345.tar.gz
Upgrade to 5.2.2 to match the ImageMagick package.
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r--graphics/p5-PerlMagick/Makefile11
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