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-XML-RSS | |
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-XML-RSS')
-rw-r--r-- | textproc/p5-XML-RSS/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-XML-RSS/Makefile b/textproc/p5-XML-RSS/Makefile index 7b6dacfa654..ed2223e6219 100644 --- a/textproc/p5-XML-RSS/Makefile +++ b/textproc/p5-XML-RSS/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/04/16 19:03:38 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/04/16 21:57:07 jtb Exp $ DISTNAME= XML-RSS-0.97 PKGNAME= p5-${DISTNAME} @@ -9,7 +9,7 @@ MAINTAINER= packages@NetBSD.org HOMEPAGE= http://www.pobox.com/~eisen/ COMMENT= XML-RSS helps to create and update RSS files -DEPENDS+= p5-XML-Parser>=2.29:../p5-XML-Parser +DEPENDS+= p5-XML-Parser>=2.29:../../textproc/p5-XML-Parser USE_PERL5= # defined PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/XML/RSS/.packlist |