diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-23 20:39:54 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-23 20:39:54 +0000 |
commit | 537ed23d44fdb1cd86f9fde14078a8507a4f47ce (patch) | |
tree | a067482702fa22be8ec788bf94f76ae3bd8b7f16 | |
parent | ffd5c465843ed24341fe7271065f7770e8a1b127 (diff) | |
download | pkgsrc-537ed23d44fdb1cd86f9fde14078a8507a4f47ce.tar.gz |
Bl3ify and enable pkgviews installation.
-rw-r--r-- | textproc/p5-XML-Twig/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-XML-Twig/Makefile b/textproc/p5-XML-Twig/Makefile index b14c328c2bf..6d208b8d24d 100644 --- a/textproc/p5-XML-Twig/Makefile +++ b/textproc/p5-XML-Twig/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/02/21 01:44:00 gson Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/23 20:39:54 minskim Exp $ # DISTNAME= XML-Twig-3.13 @@ -15,7 +15,9 @@ DEPENDS+= p5-WeakRef>=0.01:../../devel/p5-WeakRef DEPENDS+= p5-XML-Parser>=2.23:../../textproc/p5-XML-Parser DEPENDS+= p5-File-Temp>=0.12:../../devel/p5-File-Temp -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/Twig/.packlist .include "../../lang/perl5/module.mk" |