diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-04 07:23:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-04 07:23:24 +0000 |
commit | f0934cb49f7fea0cc62d38213306063d30788454 (patch) | |
tree | b5b8c00e600abeeeeb0b4341401a4bc285c8b087 /textproc | |
parent | 8e66747b430c98903be6e1f0ed94ce246d26b334 (diff) | |
download | pkgsrc-f0934cb49f7fea0cc62d38213306063d30788454.tar.gz |
Add missing DEPENDS on py-xml. Bump PKGREVISION. recht@ ok.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-elementtree/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile index cf38891d095..93d60493a1b 100644 --- a/textproc/py-elementtree/Makefile +++ b/textproc/py-elementtree/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/07/21 12:13:29 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2006/01/04 07:23:24 wiz Exp $ # DISTNAME= elementtree-1.2.6-20050316 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20050316//} +PKGREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://effbot.org/downloads/ @@ -10,6 +11,8 @@ MAINTAINER= recht@NetBSD.org HOMEPAGE= http://effbot.org/zone/element.htm COMMENT= Read XML and HTML files into trees of Element objects +DEPENDS+= py-xml-[0-9]*:../../textproc/py-xml + PY_PATCHPLIST= yes PYDISTUTILSPKG= yes |