summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortron <tron>2002-12-29 21:33:17 +0000
committertron <tron>2002-12-29 21:33:17 +0000
commit4e0682e13a9904a3289f3505196240385fc1a574 (patch)
tree0040c17afa087c50254512039f87f47209b2bb13 /graphics
parent59bdcaaccdaa14e2bcfbc1698813612667e31958 (diff)
downloadpkgsrc-4e0682e13a9904a3289f3505196240385fc1a574.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')
-rw-r--r--graphics/p5-PerlMagick/Makefile9
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"