diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-25 18:02:14 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-25 18:02:14 +0000 |
commit | f113bde39ccf217f3e7ae62ba9d0ecb9dc1a9f27 (patch) | |
tree | a9974d2961c6a05dd5181845e88eaaddde436813 /www/bins | |
parent | c0f0e89f4fd96859ce6fe1a6567a2ec3b5d94df6 (diff) | |
download | pkgsrc-f113bde39ccf217f3e7ae62ba9d0ecb9dc1a9f27.tar.gz |
USE_PKGLOCALEDIR=YES
Diffstat (limited to 'www/bins')
-rw-r--r-- | www/bins/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/bins/Makefile b/www/bins/Makefile index 88e2beb587f..ca270647b26 100644 --- a/www/bins/Makefile +++ b/www/bins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2002/12/24 02:05:50 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2003/01/25 18:02:14 cjep Exp $ # DISTNAME= bins-1.1.20 @@ -25,7 +25,8 @@ 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_PERL5= YES +USE_BUILDLINK2= 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 # have previous versions in pkgsrc. @@ -63,4 +64,5 @@ do-install: ${PREFIX}/${PKGLOCALEDIR}/locale/$$lang/LC_MESSAGES/bins.mo; \ done +.include "../../lang/perl5/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |