summaryrefslogtreecommitdiff
path: root/graphics/p5-PerlMagick
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-04-30 17:55:50 +0000
committeradam <adam@pkgsrc.org>2006-04-30 17:55:50 +0000
commit5df1bf279c87da2a5ec8127c9933840282c4369c (patch)
tree018b28a4afe3fe2ec7e5207bff886a4b9a0965e2 /graphics/p5-PerlMagick
parent9feeced14e47a18ac646b6dc0207f1b60984d2ff (diff)
downloadpkgsrc-5df1bf279c87da2a5ec8127c9933840282c4369c.tar.gz
Reset PKGREVISION on ImageMagick update; plus cosmetics
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r--graphics/p5-PerlMagick/Makefile18
1 files changed, 7 insertions, 11 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile
index ba719fe4c62..08d79fcb613 100644
--- a/graphics/p5-PerlMagick/Makefile
+++ b/graphics/p5-PerlMagick/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.52 2006/04/17 13:46:34 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2006/04/30 17:55:50 adam Exp $
.include "../../graphics/ImageMagick/Makefile.common"
PKGNAME= p5-PerlMagick-${DISTVERSION}
-PKGREVISION= 1
SVR4_PKGNAME= p5pma
MAINTAINER= pkgsrc-users@NetBSD.org
@@ -17,19 +16,16 @@ PATCHDIR= ${.CURDIR}/../../graphics/ImageMagick/patches
PKG_INSTALLATION_TYPES= overwrite pkgviews
-USE_LIBTOOL= YES
-
-PERL5_CONFIGURE= NO
-PERL5_PACKLIST= auto/Image/Magick/.packlist
-
-GNU_CONFIGURE= YES
+USE_LIBTOOL= yes
+GNU_CONFIGURE= yes
+# Some configure_args come from Makefile.common
+CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
+PERL5_CONFIGURE= no
PERL5_CONFIGURE_DIRS= ${WRKSRC}/PerlMagick
+PERL5_PACKLIST= auto/Image/Magick/.packlist
BUILD_DIRS= ${PERL5_CONFIGURE_DIRS}
-# Some configure_args come from Makefile.common
-CONFIGURE_ARGS+= --with-perl=${PERL5:Q}
-
post-configure: perl5-configure
BUILDLINK_API_DEPENDS.ImageMagick+= ImageMagick>=${DISTVERSION}