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