diff options
author | wiz <wiz> | 2002-10-09 19:08:58 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-09 19:08:58 +0000 |
commit | 60730890dd796135063430a84c9e6ae90f51f4f2 (patch) | |
tree | e129c12a87faeef0e4ff4277ca4ad131655c26e0 /textproc | |
parent | e2d2b58bfd94c7307e5c7eecd96cfb4445556a8f (diff) | |
download | pkgsrc-60730890dd796135063430a84c9e6ae90f51f4f2.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Parser/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/textproc/p5-XML-Parser/Makefile b/textproc/p5-XML-Parser/Makefile index 057e304dd1f..293518d8fd8 100644 --- a/textproc/p5-XML-Parser/Makefile +++ b/textproc/p5-XML-Parser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2002/08/20 14:57:45 wiz Exp $ +# $NetBSD: Makefile,v 1.15 2002/10/09 19:09:50 wiz Exp $ # DISTNAME= XML-Parser-2.31 @@ -11,12 +11,9 @@ 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_BUILDLINK_ONLY= YES +USE_BUILDLINK2= 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 "../../lang/perl5/module.mk" +.include "../../textproc/expat/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |