diff options
Diffstat (limited to 'textproc/p5-XML-RegExp')
-rw-r--r-- | textproc/p5-XML-RegExp/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/p5-XML-RegExp/Makefile b/textproc/p5-XML-RegExp/Makefile index c89d252567a..a299f2a49a5 100644 --- a/textproc/p5-XML-RegExp/Makefile +++ b/textproc/p5-XML-RegExp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2003/07/17 22:54:41 grant Exp $ +# $NetBSD: Makefile,v 1.10 2004/02/22 00:58:04 minskim Exp $ # DISTNAME= XML-RegExp-0.03 @@ -12,7 +12,9 @@ COMMENT= Provide regular expressions for some XML tokens CONFLICTS+= p5-libxml-enno-[0-9]* -USE_BUILDLINK2= YES +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RegExp/.packlist .include "../../lang/perl5/module.mk" |