diff options
author | adam <adam> | 2006-04-30 17:55:50 +0000 |
---|---|---|
committer | adam <adam> | 2006-04-30 17:55:50 +0000 |
commit | 88b083ede1c95ae15e211b930e2dead6920407f3 (patch) | |
tree | 018b28a4afe3fe2ec7e5207bff886a4b9a0965e2 /graphics | |
parent | e0bbaee2e6bb52342f56906b788f2f6593b5e93b (diff) | |
download | pkgsrc-88b083ede1c95ae15e211b930e2dead6920407f3.tar.gz |
Reset PKGREVISION on ImageMagick update; plus cosmetics
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 18 |
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} |