pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/p5-PerlMagick Cleaned up along with the Image...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f30b051683b4
branches:  trunk
changeset: 469886:f30b051683b4
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Mar 02 10:32:47 2004 +0000

description:
Cleaned up along with the ImageMagick-5.5.7.17 release

diffstat:

 graphics/p5-PerlMagick/Makefile |  22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diffs (43 lines):

diff -r 5be2dbf9a59d -r f30b051683b4 graphics/p5-PerlMagick/Makefile
--- a/graphics/p5-PerlMagick/Makefile   Tue Mar 02 10:31:48 2004 +0000
+++ b/graphics/p5-PerlMagick/Makefile   Tue Mar 02 10:32:47 2004 +0000
@@ -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@localhost
-HOMEPAGE=              http://www.simplesystems.org/ImageMagick/
-COMMENT=               Object-oriented Perl interface to ImageMagick
+MAINTAINER=    tron%NetBSD.org@localhost
+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 @@
 
 post-configure: perl5-configure
 
-.include "../../graphics/ImageMagick/buildlink2.mk"
+.include "../../graphics/ImageMagick/buildlink3.mk"
 .include "../../lang/perl5/module.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index