diff options
author | erh <erh@pkgsrc.org> | 2004-11-12 07:11:44 +0000 |
---|---|---|
committer | erh <erh@pkgsrc.org> | 2004-11-12 07:11:44 +0000 |
commit | 6c26d2f97d68c3f5740e2cc43a211f4a06058e7b (patch) | |
tree | 6d7eb9a72a704dfe0b7f1be87d04f5d3897d9e44 /textproc | |
parent | 1ea54b29961f040a8da859fa049ffa7d7923f26d (diff) | |
download | pkgsrc-6c26d2f97d68c3f5740e2cc43a211f4a06058e7b.tar.gz |
Make sure the libxml-enno replacements conflict with p5-libxml-enno.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-XML-Filter-DetectWS/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-Reindent/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-Filter-SAXT/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-XML-UM/Makefile | 4 |
4 files changed, 12 insertions, 4 deletions
diff --git a/textproc/p5-XML-Filter-DetectWS/Makefile b/textproc/p5-XML-Filter-DetectWS/Makefile index 4c5798ed56b..f862929cacc 100644 --- a/textproc/p5-XML-Filter-DetectWS/Makefile +++ b/textproc/p5-XML-Filter-DetectWS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/12 06:20:31 erh Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/12 07:11:44 erh Exp $ DISTNAME= XML-Filter-DetectWS-0.01 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Filter-DetectWS-0.01/ COMMENT= PerlSAX filter that detects ignorable whitespace +CONFLICTS+= p5-libxml-enno-[0-9]* + DEPENDS+= p5-XML-Filter-SAXT>=0.01:../../textproc/p5-XML-Filter-SAXT USE_BUILDLINK3= YES diff --git a/textproc/p5-XML-Filter-Reindent/Makefile b/textproc/p5-XML-Filter-Reindent/Makefile index 6c3abddfd25..cf2aa13455c 100644 --- a/textproc/p5-XML-Filter-Reindent/Makefile +++ b/textproc/p5-XML-Filter-Reindent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/12 06:21:20 erh Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/12 07:11:44 erh Exp $ DISTNAME= XML-Filter-Reindent-0.03 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Filter-Reindent-0.03/ COMMENT= Reformats whitespace for pretty printing XML +CONFLICTS+= p5-libxml-enno-[0-9]* + DEPENDS+= p5-XML-Filter-DetectWS>=0.01:../../textproc/p5-XML-Filter-DetectWS USE_BUILDLINK3= YES diff --git a/textproc/p5-XML-Filter-SAXT/Makefile b/textproc/p5-XML-Filter-SAXT/Makefile index fb6bdf2f5a4..0c5d382dd08 100644 --- a/textproc/p5-XML-Filter-SAXT/Makefile +++ b/textproc/p5-XML-Filter-SAXT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/12 06:19:25 erh Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/12 07:11:44 erh Exp $ DISTNAME= XML-Filter-SAXT-0.01 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-Filter-SAXT-0.01/ COMMENT= Replicates SAX events to several SAX event handlers +CONFLICTS+= p5-libxml-enno-[0-9]* + DEPENDS+= p5-XML-SAX>=0.12:../../textproc/p5-XML-SAX USE_BUILDLINK3= YES diff --git a/textproc/p5-XML-UM/Makefile b/textproc/p5-XML-UM/Makefile index d93868fee15..ce1b3a6de6f 100644 --- a/textproc/p5-XML-UM/Makefile +++ b/textproc/p5-XML-UM/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/11/12 06:40:39 erh Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/12 07:11:44 erh Exp $ DISTNAME= XML-UM-0.01 PKGNAME= p5-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/XML-UM-0.01/ COMMENT= Convert UTF-8 strings to any encoding supported by XML::Encoding +CONFLICTS+= p5-libxml-enno-[0-9]* + DEPENDS+= p5-XML-Encoding>=1.01:../../textproc/p5-XML-Encoding USE_BUILDLINK3= YES |