summaryrefslogtreecommitdiff
path: root/graphics/p5-PerlMagick
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2004-03-02 10:32:47 +0000
committeradam <adam@pkgsrc.org>2004-03-02 10:32:47 +0000
commitd4e7a5ba87489a34e523b424cb14218509e84ec0 (patch)
treeb5bfc0a2aba348e74222eda1a34f03cc4a7a0887 /graphics/p5-PerlMagick
parent8f4d84f55cbad25314084601e755a6e9e8257fd2 (diff)
downloadpkgsrc-d4e7a5ba87489a34e523b424cb14218509e84ec0.tar.gz
Cleaned up along with the ImageMagick-5.5.7.17 release
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r--graphics/p5-PerlMagick/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index dafa8f8015d..817f6765c94 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,21 +1,21 @@
-# $NetBSD: Makefile,v 1.32 2004/02/14 17:21:43 jlam Exp $
+# $NetBSD: Makefile,v 1.33 2004/03/02 10:32:47 adam Exp $
.include "../../graphics/ImageMagick/Makefile.common"
-PKGNAME= p5-PerlMagick-${DISTVERSION}
+PKGNAME= p5-PerlMagick-${DISTVERSION}
-SVR4_PKGNAME= p5pma
+SVR4_PKGNAME= p5pma
-MAINTAINER= tron@NetBSD.org
-HOMEPAGE= http://www.simplesystems.org/ImageMagick/
-COMMENT= Object-oriented Perl interface to ImageMagick
+MAINTAINER= tron@NetBSD.org
+HOMEPAGE= http://www.simplesystems.org/ImageMagick/
+COMMENT= Object-oriented Perl interface to ImageMagick
-DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
-FILESDIR= ${.CURDIR}/../../graphics/ImageMagick/files
-PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches
+DISTINFO_FILE= ${.CURDIR}/../../graphics/ImageMagick/distinfo
+FILESDIR= ${.CURDIR}/../../graphics/ImageMagick/files
+PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches
+USE_BUILDLINK3= YES
USE_LIBTOOL= YES
-USE_BUILDLINK2= YES
USE_PERL5= run
PERL5_CONFIGURE= NO
@@ -32,6 +32,6 @@ CONFIGURE_ARGS+= --with-perl=${PERL5}
post-configure: perl5-configure
-.include "../../graphics/ImageMagick/buildlink2.mk"
+.include "../../graphics/ImageMagick/buildlink3.mk"
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"