summaryrefslogtreecommitdiff
path: root/textproc/py-elementtree
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/py-elementtree')
-rw-r--r--textproc/py-elementtree/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile
index 2718913595c..c7b3d3d646c 100644
--- a/textproc/py-elementtree/Makefile
+++ b/textproc/py-elementtree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/06/07 12:48:44 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2007/04/30 11:12:35 heinz Exp $
#
DISTNAME= elementtree-1.2.6-20050316
@@ -11,11 +11,15 @@ MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://effbot.org/zone/element.htm
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
PYTHON_VERSIONS_ACCEPTED= 24 23 22 21
+USE_LANGUAGES= # empty
+
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"