diff options
author | wiz <wiz> | 2002-11-13 14:00:45 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-11-13 14:00:45 +0000 |
commit | a9119470ae572380d39c5a211d70b65e145deefd (patch) | |
tree | c36f9db80aba33db9ed9048c0b5c2a2fdd650a37 /graphics/p5-PerlMagick/Makefile | |
parent | effe0dd9a7b3060eb0a8acd841773fcccaaae59d (diff) | |
download | pkgsrc-a9119470ae572380d39c5a211d70b65e145deefd.tar.gz |
Update to 5.5.1-6. Changes:
* Fixed Ping() memory leak in PerlMagick.
* new PerlMagick virtual-pixel image attribute.
Diffstat (limited to 'graphics/p5-PerlMagick/Makefile')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 9bfe3294bf1..d002eeedba6 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.19 2002/09/26 12:46:40 seb Exp $ +# $NetBSD: Makefile,v 1.20 2002/11/13 14:00:45 wiz Exp $ -DISTNAME= ImageMagick-5.4.8-2 -PKGNAME= p5-PerlMagick-5.4.8.2 +DISTNAME= ImageMagick-5.5.1-6 +PKGNAME= p5-PerlMagick-5.5.1.6 SVR4_PKGNAME= p5pma CATEGORIES= graphics MASTER_SITES= ftp://ftp.nluug.nl/pub/ImageMagick/ \ @@ -13,7 +13,7 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.simplesystems.org/ImageMagick/ COMMENT= Object-oriented Perl interface to ImageMagick -DEPENDS+= ${DISTNAME:S/-2/.2/}:../../graphics/ImageMagick +DEPENDS+= ${DISTNAME:S/-6/.6/}:../../graphics/ImageMagick DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo FILESDIR= ${.CURDIR}/../../graphics/ImageMagick/files @@ -28,7 +28,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Image/Magick/.packlist GNU_CONFIGURE= YES USE_X11= YES -WRKSRC= ${WRKDIR}/${DISTNAME:S/-2//} +WRKSRC= ${WRKDIR}/${DISTNAME:S/-6//} PERL5_CONFIGURE_DIRS= ${WRKSRC}/PerlMagick BUILD_DIRS= ${PERL5_CONFIGURE_DIRS} |