diff options
author | jtb <jtb@pkgsrc.org> | 2001-04-16 21:57:07 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-04-16 21:57:07 +0000 |
commit | b03bf3ce0e95cb78918fb8b5b823bfec78bd4749 (patch) | |
tree | ee929a02682439d7a2b8bb1adbd3fd87a193b7e6 /textproc/p5-libxml-enno | |
parent | 339a14d3fade159aee72ea11b05d992c93d6aecb (diff) | |
download | pkgsrc-b03bf3ce0e95cb78918fb8b5b823bfec78bd4749.tar.gz |
Should have "../../texproc/p5-XML-Parser" rather than "../p5-XML-Parser"
in DEPENDS.
Diffstat (limited to 'textproc/p5-libxml-enno')
-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 b68a2730ef8..6d36b7ae2b5 100644 --- a/textproc/p5-libxml-enno/Makefile +++ b/textproc/p5-libxml-enno/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 20:50:24 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/04/16 21:57:08 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:../p5-XML-Parser +DEPENDS+= p5-XML-Parser>=2.30:../../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 |