summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-01-05 23:14:35 +0000
committerwiz <wiz@pkgsrc.org>2006-01-05 23:14:35 +0000
commitca7eaa3d46a5153f954e13e6bc6dd1c98c330db0 (patch)
treee44a17130ebd18f69c234ffb7d52bfe41b97a1af /textproc
parent560ade743709d6ad8e3528043828bf18a3929f71 (diff)
downloadpkgsrc-ca7eaa3d46a5153f954e13e6bc6dd1c98c330db0.tar.gz
Fix DEPENDS line.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-elementtree/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-elementtree/Makefile b/textproc/py-elementtree/Makefile
index 93d60493a1b..7450b914d01 100644
--- a/textproc/py-elementtree/Makefile
+++ b/textproc/py-elementtree/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/01/04 07:23:24 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2006/01/05 23:14:35 wiz Exp $
#
DISTNAME= elementtree-1.2.6-20050316
@@ -11,7 +11,7 @@ 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
+DEPENDS+= ${PYPKGPREFIX}-xml-[0-9]*:../../textproc/py-xml
PY_PATCHPLIST= yes
PYDISTUTILSPKG= yes