summaryrefslogtreecommitdiff
path: root/textproc/p5-XML-Parser
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-XML-Parser')
-rw-r--r--textproc/p5-XML-Parser/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile
index 0d9d8cb8fde..5be05043755 100644
--- a/textproc/p5-XML-Parser/Makefile
+++ b/textproc/p5-XML-Parser/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2001/10/18 15:20:44 veego Exp $
+# $NetBSD: Makefile,v 1.12 2001/11/26 06:50:25 jlam Exp $
#
DISTNAME= XML-Parser.2.30
@@ -12,11 +12,12 @@ MAINTAINER= bad@netbsd.org
HOMEPAGE= http://wwwx.netheaven.com/~coopercc/xmlparser/intro.html
COMMENT= Perl extension interface to James Clark's XML parser, expat
-USE_PERL5= # defined
-PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Parser/.packlist
+USE_BUILDLINK_ONLY= YES
+PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Parser/.packlist
do-configure:
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL
+.include "../../lang/perl5/buildlink.mk"
.include "../../textproc/expat/buildlink.mk"
.include "../../mk/bsd.pkg.mk"