diff options
author | jtb <jtb> | 2001-04-26 20:58:22 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-04-26 20:58:22 +0000 |
commit | 0412ec9c4816deeb35dea49db7dbf7ec08ceac19 (patch) | |
tree | e8a65c3ba344fb95f305c40030dfb92a5325e07b /textproc | |
parent | 6a23bd0301d5a68ac06d342ae889baf6ed519cfe (diff) | |
download | pkgsrc-0412ec9c4816deeb35dea49db7dbf7ec08ceac19.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 |