diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-09 19:08:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-09 19:08:58 +0000 |
commit | c466e2b5579f19dd36e134d8555a97e93c8714e4 (patch) | |
tree | e129c12a87faeef0e4ff4277ca4ad131655c26e0 /textproc | |
parent | 520c7ad8eae79bfbce32d7f1590fa914f7c3a69e (diff) | |
download | pkgsrc-c466e2b5579f19dd36e134d8555a97e93c8714e4.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" |