diff options
author | seb <seb@pkgsrc.org> | 2006-11-05 14:08:20 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2006-11-05 14:08:20 +0000 |
commit | 235398f0b22cbd18a453bf1693a7adc06d9bd614 (patch) | |
tree | 1bf8760fdd0189f6a1a505f7c5486989bc68aeff /shells/xsh | |
parent | 2bb66fde4dbcd68fe0bf7a8ceeaf80521e185fcb (diff) | |
download | pkgsrc-235398f0b22cbd18a453bf1693a7adc06d9bd614.tar.gz |
Bump PKGREVISION to 5. There is no need to depend anymore
on p5-XML-LibXML-XPathContext package which is about to be deleted:
the p5-XML-LibXML package now provides the perl
XML::LibXML::XPathContext module.
Diffstat (limited to 'shells/xsh')
-rw-r--r-- | shells/xsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/xsh/Makefile b/shells/xsh/Makefile index 3476b434cde..08b0e753212 100644 --- a/shells/xsh/Makefile +++ b/shells/xsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:10:48 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2006/11/05 14:08:20 seb Exp $ DISTNAME= XML-XSH-1.8.2 PKGNAME= ${DISTNAME:S/XML-XSH/xsh/} -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=xsh/} @@ -15,7 +15,6 @@ DEPENDS+= p5-Term-ReadLine>=1.12:../../devel/p5-Term-ReadLine DEPENDS+= p5-XML-LibXML>=1.31:../../textproc/p5-XML-LibXML DEPENDS+= p5-XML-LibXML-Iterator-[0-9]*:../../textproc/p5-XML-LibXML-Iterator DEPENDS+= p5-XML-NodeFilter-[0-9]*:../../textproc/p5-XML-NodeFilter -DEPENDS+= p5-XML-LibXML-XPathContext-[0-9]*:../../textproc/p5-XML-LibXML-XPathContext USE_TOOLS+= gmake PKG_SHELL= bin/xsh |