pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-elementtree Fix DEPENDS line.
details: https://anonhg.NetBSD.org/pkgsrc/rev/e6504537cd45
branches: trunk
changeset: 505654:e6504537cd45
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 05 23:14:35 2006 +0000
description:
Fix DEPENDS line.
diffstat:
textproc/py-elementtree/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f8f63c383b39 -r e6504537cd45 textproc/py-elementtree/Makefile
--- a/textproc/py-elementtree/Makefile Thu Jan 05 23:03:37 2006 +0000
+++ b/textproc/py-elementtree/Makefile Thu Jan 05 23:14:35 2006 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index