diff options
author | mjl <mjl@pkgsrc.org> | 2001-08-10 15:38:09 +0000 |
---|---|---|
committer | mjl <mjl@pkgsrc.org> | 2001-08-10 15:38:09 +0000 |
commit | f494b1b182a697cd968efd1f29260f9c54c3e504 (patch) | |
tree | 4d69261b3814421e0f5cf6edd5e5147d140ac83f /textproc | |
parent | 3bb5a16c42150abac041ec5a8e7ea66635e6b10d (diff) | |
download | pkgsrc-f494b1b182a697cd968efd1f29260f9c54c3e504.tar.gz |
Add conflict to p5-libxml-enno, the author now distributes all
those modules in one big packet instead of individual small ones.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-DOM/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-RegExp/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-XQL/Makefile | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/textproc/p5-XML-DOM/Makefile b/textproc/p5-XML-DOM/Makefile index 943a858610a..12ba400578f 100644 --- a/textproc/p5-XML-DOM/Makefile +++ b/textproc/p5-XML-DOM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/10 12:47:39 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/10 15:38:09 mjl Exp $ # DISTNAME= XML-DOM-1.31 @@ -13,6 +13,8 @@ DEPENDS+= p5-Parse-Yapp-*:../../devel/p5-Parse-Yapp DEPENDS+= p5-libxml-*:../../textproc/p5-libxml DEPENDS+= p5-XML-RegExp-*:../../textproc/p5-XML-RegExp +CONFLICTS+= p5-libxml-enno-* + USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML-DOM/.packlist diff --git a/textproc/p5-XML-RegExp/Makefile b/textproc/p5-XML-RegExp/Makefile index 6ad8e36d879..5d6d85fb629 100644 --- a/textproc/p5-XML-RegExp/Makefile +++ b/textproc/p5-XML-RegExp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/10 12:38:46 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/10 15:38:11 mjl Exp $ # DISTNAME= XML-RegExp-0.03 @@ -9,6 +9,8 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=XML/TJMATHER/} MAINTAINER= packages@netbsd.org COMMENT= Provide regular expressions for some XML tokens +CONFLICTS+= p5-libxml-enno-* + USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RegExp/.packlist diff --git a/textproc/p5-XML-XQL/Makefile b/textproc/p5-XML-XQL/Makefile index 173ab0e66d7..d9d0c2d8a2f 100644 --- a/textproc/p5-XML-XQL/Makefile +++ b/textproc/p5-XML-XQL/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/08/10 12:51:53 mjl Exp $ +# $NetBSD: Makefile,v 1.2 2001/08/10 15:38:11 mjl Exp $ # DISTNAME= XML-XQL-0.66 @@ -13,6 +13,8 @@ DEPENDS+= p5-XML-DOM-*:../p5-XML-DOM DEPENDS+= p5-XML-Parser-2.*:../p5-XML-Parser DEPENDS+= p5-Date-Manip-*:../../devel/p5-Date-Manip +CONFLICTS+= p5-libxml-enno-* + USE_PERL5= yes PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/XQL/.packlist |