diff options
Diffstat (limited to 'textproc/py-elementtree/Makefile')
-rw-r--r-- | textproc/py-elementtree/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile index 7154f04ae65..428c6575511 100644 --- a/textproc/py-elementtree/Makefile +++ b/textproc/py-elementtree/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.10 2011/02/28 14:53:05 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2012/02/04 12:24:53 obache Exp $ # DISTNAME= elementtree-1.2.6-20050316 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-20050316//} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= textproc MASTER_SITES= http://effbot.org/downloads/ @@ -13,12 +13,11 @@ COMMENT= Read XML and HTML files into trees of Element objects PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml - -PY_PATCHPLIST= yes -PYDISTUTILSPKG= yes +DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat USE_LANGUAGES= # empty -.include "../../lang/python/extension.mk" +EGG_NAME= elementtree-1.2.6_20050316 + +.include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" |