diff options
Diffstat (limited to 'textproc/py-elementtree/Makefile')
-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 |