diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 05:53:05 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-11 05:53:05 +0000 |
commit | d96ac3b11093b568c33e7dec5d3d2c0b97a7b40f (patch) | |
tree | 3fbd1e97303361dd2d66e06926640eee1ad70ce0 /graphics/p5-Image-Imlib2 | |
parent | 15a4d92d1797e37ed91665adc08296ee38deb6bb (diff) | |
download | pkgsrc-d96ac3b11093b568c33e7dec5d3d2c0b97a7b40f.tar.gz |
bl3ify
Diffstat (limited to 'graphics/p5-Image-Imlib2')
-rw-r--r-- | graphics/p5-Image-Imlib2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/p5-Image-Imlib2/Makefile b/graphics/p5-Image-Imlib2/Makefile index 723e8785e22..175b8a9e2a4 100644 --- a/graphics/p5-Image-Imlib2/Makefile +++ b/graphics/p5-Image-Imlib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/01/03 18:49:44 reed Exp $ +# $NetBSD: Makefile,v 1.5 2004/02/11 05:54:12 xtraeme Exp $ # DISTNAME= Image-Imlib2-0.12 @@ -16,7 +16,7 @@ DEPENDS+= p5-Module-Build-[0-9]*:../../devel/p5-Module-Build USE_PERL5= run USE_X11= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES # If the X11 and Xext libraries are not weeded out, # they will be unresolved in the resulting .so @@ -40,6 +40,6 @@ do-test: do-install: cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./Build install -.include "../../graphics/imlib2/buildlink2.mk" -.include "../../lang/perl5/buildlink2.mk" +.include "../../graphics/imlib2/buildlink3.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |