diff options
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 |