diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-26 20:58:22 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-26 20:58:22 +0000 |
commit | 41c653df5b6181b2cbf3c0c23cf3786f18cbd0bf (patch) | |
tree | e8a65c3ba344fb95f305c40030dfb92a5325e07b /textproc | |
parent | 9021e3354bdaefeab8fc744a8af4415f462c898b (diff) | |
download | pkgsrc-41c653df5b6181b2cbf3c0c23cf3786f18cbd0bf.tar.gz |
Fix p5-XML-Parser dependence.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-libxml-enno/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-libxml-enno/Makefile b/textproc/p5-libxml-enno/Makefile index 6d36b7ae2b5..6b9e3714e9e 100644 --- a/textproc/p5-libxml-enno/Makefile +++ b/textproc/p5-libxml-enno/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/04/16 21:57:08 jtb Exp $ +# $NetBSD: Makefile,v 1.3 2001/04/26 20:58:22 jtb Exp $ DISTNAME= libxml-enno-1.04 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MAINTAINER= packages@NetBSD.org HOMEPAGE= http://www.erols.com/enno/ COMMENT= Several XML manipulation tools, including XML::DOM -DEPENDS+= p5-XML-Parser>=2.30:../../textproc/p5-XML-Parser +DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser DEPENDS+= p5-Date-Manip>=5.39:../../devel/p5-Date-Manip DEPENDS+= p5-libwww>=5.50:../../www/p5-libwww DEPENDS+= p5-libxml>=0.07:../../textproc/p5-libxml |