diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 04:59:42 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 04:59:42 +0000 |
commit | 9a4b840cba4ebd151663f80dc41bd99762c41b52 (patch) | |
tree | c6fb2318cc5da1ef6d38de1363ef6a1ac96a86ba /www/bins | |
parent | da3dd753bd30d29ac8d4865cf7dae2cb49e3bd13 (diff) | |
download | pkgsrc-9a4b840cba4ebd151663f80dc41bd99762c41b52.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/bins')
-rw-r--r-- | www/bins/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index 65cf5368245..24cb305b1ba 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/02/29 13:08:55 martti Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/27 05:44:23 snj Exp $ # DISTNAME= bins-1.1.25 @@ -25,7 +25,7 @@ DEPENDS+= p5-HTML-Parser>=3.26:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Template>=2.5:../../www/p5-HTML-Template DEPENDS+= p5-URI>=1.19:../../www/p5-URI -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES # bins-edit-gui not installed because many needed packages are missing # bins_txt2xml not installed because it's an upgrade tool, and we didn't @@ -90,5 +90,5 @@ do-install: ${PREFIX}/${PKGLOCALEDIR}/locale/$$lang/LC_MESSAGES/bins.mo; \ done -.include "../../lang/perl5/buildlink2.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |