diff options
author | tron <tron@pkgsrc.org> | 2002-12-29 21:33:17 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2002-12-29 21:33:17 +0000 |
commit | b0c5078de33abf9842c533caade8e624041f4fa0 (patch) | |
tree | 0040c17afa087c50254512039f87f47209b2bb13 /graphics/p5-PerlMagick | |
parent | ccd1adbf4eefd03070f3fc838267b834b5f1bb2f (diff) | |
download | pkgsrc-b0c5078de33abf9842c533caade8e624041f4fa0.tar.gz |
Use "ImageMagick" buildlink2 glue code so that this package supports JPEG,
PNG and TIFF again. Fix supplied by Bernd Ernesti in private e-mail. Bump
package revision after this change.
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 3b49707cd37..0a2b1ebd08c 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.22 2002/12/18 20:58:21 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2002/12/29 21:33:17 tron Exp $ DISTNAME= ImageMagick-5.5.1-6 PKGNAME= p5-PerlMagick-5.5.1.6 -PKGREVISION= 1 +PKGREVISION= 2 SVR4_PKGNAME= p5pma CATEGORIES= graphics MASTER_SITES= ftp://ftp.nluug.nl/pub/ImageMagick/ \ @@ -14,8 +14,6 @@ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.simplesystems.org/ImageMagick/ COMMENT= Object-oriented Perl interface to ImageMagick -DEPENDS+= ${DISTNAME:S/-6/.6/}nb1:../../graphics/ImageMagick - DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo FILESDIR= ${.CURDIR}/../../graphics/ImageMagick/files PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches @@ -23,6 +21,8 @@ PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches USE_LIBTOOL= YES LIBTOOL_OVERRIDE= ${WRKSRC}/libtool +USE_BUILDLINK2= YES + USE_PERL5= run PERL5_CONFIGURE= NO PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Image/Magick/.packlist @@ -44,5 +44,6 @@ CONFIGURE_ARGS+= --with-perl=${PERL5} \ post-configure: perl5-configure +.include "../../graphics/ImageMagick/buildlink2.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |