pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/py-elementtree Add missing DEPENDS on py-xml....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eb17e7348336
branches:  trunk
changeset: 505512:eb17e7348336
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Jan 04 07:23:24 2006 +0000

description:
Add missing DEPENDS on py-xml. Bump PKGREVISION. recht@ ok.

diffstat:

 textproc/py-elementtree/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r 47456cc92da9 -r eb17e7348336 textproc/py-elementtree/Makefile
--- a/textproc/py-elementtree/Makefile  Wed Jan 04 06:37:59 2006 +0000
+++ b/textproc/py-elementtree/Makefile  Wed Jan 04 07:23:24 2006 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.1.1.1 2005/07/21 12:13:29 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2006/01/04 07:23:24 wiz Exp $
 #
 
 DISTNAME=              elementtree-1.2.6-20050316
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME:S/-20050316//}
+PKGREVISION=           1
 CATEGORIES=            textproc
 MASTER_SITES=          http://effbot.org/downloads/
 
@@ -10,6 +11,8 @@
 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
+
 PY_PATCHPLIST=         yes
 PYDISTUTILSPKG=                yes
 



Home | Main Index | Thread Index | Old Index