aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/py-xmltools
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2010-08-25 23:54:30 +0800
committerarved <arved@FreeBSD.org>2010-08-25 23:54:30 +0800
commit6262e8d7ddbcae5a8060ad29d61d6f4cd1848ec0 (patch)
treef92f9b1291d216af216daca3a9989720546b52b3 /textproc/py-xmltools
parent258e8503d210b9e9c365b39e7e89e7f0697ec3c2 (diff)
downloadfreebsd-ports-gnome-6262e8d7ddbcae5a8060ad29d61d6f4cd1848ec0.tar.gz
freebsd-ports-gnome-6262e8d7ddbcae5a8060ad29d61d6f4cd1848ec0.tar.zst
freebsd-ports-gnome-6262e8d7ddbcae5a8060ad29d61d6f4cd1848ec0.zip
Fix dependency. Since several years xpath is part of pyxml.
This avoids depending on two different versions of python.
Diffstat (limited to 'textproc/py-xmltools')
-rw-r--r--textproc/py-xmltools/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/py-xmltools/Makefile b/textproc/py-xmltools/Makefile
index 6ed2a54c6571..3ce1b564b189 100644
--- a/textproc/py-xmltools/Makefile
+++ b/textproc/py-xmltools/Makefile
@@ -8,7 +8,7 @@
PORTNAME= xmltools
PORTVERSION= 1.4.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= textproc python
MASTER_SITES= LOGILAB
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -22,8 +22,7 @@ USE_PYDISTUTILS= yes
.include <bsd.port.pre.mk>
-RUN_DEPENDS= ${PYXML} \
- ${PYTHON_SITELIBDIR}/_xmlplus/xpath/__init__.py:${PORTSDIR}/textproc/py-4suite
+RUN_DEPENDS= ${PYXML}
post-patch:
${REINPLACE_CMD} 's/from.*import.*nested_scopes//' ${WRKSRC}/setup.py