diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-22 00:55:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-22 00:55:37 +0000 |
commit | e5a7b99634afe66c6badc7c34765756401bc0fa7 (patch) | |
tree | 32e696886dbfd81ce067ff92e2867e451a90c217 /textproc/p5-XML-RegExp/Makefile | |
parent | 7f2de5a56b811531d02d657f32e92866a54da2d4 (diff) | |
download | pkgsrc-e5a7b99634afe66c6badc7c34765756401bc0fa7.tar.gz |
bl3ify and enable pkgviews installation.
Diffstat (limited to 'textproc/p5-XML-RegExp/Makefile')
-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" |