summaryrefslogtreecommitdiff
path: root/www/p5-URI/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-URI/Makefile')
-rw-r--r--www/p5-URI/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-URI/Makefile b/www/p5-URI/Makefile
index 123962354f6..a8ee376a58d 100644
--- a/www/p5-URI/Makefile
+++ b/www/p5-URI/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2001/10/18 15:20:51 veego Exp $
+# $NetBSD: Makefile,v 1.14 2001/11/26 06:50:38 jlam Exp $
#
DISTNAME= URI-1.17
@@ -14,10 +14,11 @@ BUILD_DEPENDS= p5-MIME-Base64>=2.12:../../converters/p5-MIME-Base64
CONFLICTS+= p5-libwww-5.36 # URI used to be part of that package
-USE_PERL5= # defined
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/URI/.packlist
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/URI/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+.include "../../lang/perl5/buildlink.mk"
.include "../../mk/bsd.pkg.mk"