summaryrefslogtreecommitdiff
path: root/textproc/py-elementtree
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-04 07:23:24 +0000
committerwiz <wiz>2006-01-04 07:23:24 +0000
commit8c45414b254044b9701694bb2ede6ef334a5196a (patch)
treeb5b8c00e600abeeeeb0b4341401a4bc285c8b087 /textproc/py-elementtree
parent38b508be8c4dc334da14f8d8950d7d6fece70e75 (diff)
downloadpkgsrc-8c45414b254044b9701694bb2ede6ef334a5196a.tar.gz
Add missing DEPENDS on py-xml. Bump PKGREVISION. recht@ ok.
Diffstat (limited to 'textproc/py-elementtree')
-rw-r--r--textproc/py-elementtree/Makefile5
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