diff options
author | wiz <wiz@pkgsrc.org> | 2000-08-14 19:31:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-08-14 19:31:29 +0000 |
commit | 8968b0751ae840a9c5ffeccb95493bd66bfbcde8 (patch) | |
tree | a419853134573ea04233d9785f4b91b262eb1dbd /graphics/p5-PerlMagick | |
parent | fbcbc4ec7ed0d3e1433d5b48f242ba5e05baec4e (diff) | |
download | pkgsrc-8968b0751ae840a9c5ffeccb95493bd66bfbcde8.tar.gz |
USE_PKGLIBTOOL -> USE_LIBTOOL.
XXX: Is libtool really needed for Perl packages?
Diffstat (limited to 'graphics/p5-PerlMagick')
-rw-r--r-- | graphics/p5-PerlMagick/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/p5-PerlMagick/Makefile b/graphics/p5-PerlMagick/Makefile index 173b62a141b..3529c226ab3 100644 --- a/graphics/p5-PerlMagick/Makefile +++ b/graphics/p5-PerlMagick/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/08/14 01:37:38 kim Exp $ +# $NetBSD: Makefile,v 1.4 2000/08/14 19:31:29 wiz Exp $ DISTNAME= ImageMagick-5.2.2 PKGNAME= p5-PerlMagick-5.2.2 @@ -24,7 +24,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/PerlMagick #EXTRACT_AFTER_ARGS+= ${WRKSRC} MIRROR_DISTFILE= no -USE_PKGLIBTOOL= yes +USE_LIBTOOL= yes +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig USE_PERL5= yes GNU_CONFIGURE= yes |