diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-05 23:14:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-05 23:14:35 +0000 |
commit | 9ec1989a0fd9b3449523999441e31ed76e3d3310 (patch) | |
tree | e44a17130ebd18f69c234ffb7d52bfe41b97a1af | |
parent | e689805060bcf5f8f1645fc970f71d907198fc51 (diff) | |
download | pkgsrc-9ec1989a0fd9b3449523999441e31ed76e3d3310.tar.gz |
Fix DEPENDS line.
-rw-r--r-- | textproc/py-elementtree/Makefile | 4 |
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 |