summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwiz <wiz>2006-01-05 23:14:35 +0000
committerwiz <wiz>2006-01-05 23:14:35 +0000
commit67bf6766435407faf753c9cfdef493515a2b7fa7 (patch)
treee44a17130ebd18f69c234ffb7d52bfe41b97a1af
parent6ea58bdf54cfd5b24673db67c1d7b3f0998a22d8 (diff)
downloadpkgsrc-67bf6766435407faf753c9cfdef493515a2b7fa7.tar.gz
Fix DEPENDS line.
-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