summaryrefslogtreecommitdiff
path: root/www/bins
diff options
context:
space:
mode:
authorcjep <cjep>2003-01-25 18:02:14 +0000
committercjep <cjep>2003-01-25 18:02:14 +0000
commit1364150c96673616f77898dd14cec4ae1247f809 (patch)
treea9974d2961c6a05dd5181845e88eaaddde436813 /www/bins
parentd220bee3412c18013f9052b943d1f0d286313954 (diff)
downloadpkgsrc-1364150c96673616f77898dd14cec4ae1247f809.tar.gz
USE_PKGLOCALEDIR=YES
Diffstat (limited to 'www/bins')
-rw-r--r--www/bins/Makefile6
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"