diff options
author | adam <adam> | 2004-03-02 10:32:47 +0000 |
---|---|---|
committer | adam <adam> | 2004-03-02 10:32:47 +0000 |
commit | 8dfbb73d087edabe0260c1985e83e308076883dd (patch) | |
tree | b5bfc0a2aba348e74222eda1a34f03cc4a7a0887 /graphics/p5-PerlMagick/Makefile | |
parent | c999e7b0234fb7f58e1af0c2c48059638ad44691 (diff) | |
download | pkgsrc-8dfbb73d087edabe0260c1985e83e308076883dd.tar.gz |
Cleaned up along with the ImageMagick-5.5.7.17 release
Diffstat (limited to 'graphics/p5-PerlMagick/Makefile')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 22 |
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" |