From b0c5078de33abf9842c533caade8e624041f4fa0 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 29 Dec 2002 21:33:17 +0000 Subject: 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. --- graphics/p5-PerlMagick/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'graphics/p5-PerlMagick') 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" -- cgit v1.2.3