diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-25 15:54:30 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2010-08-25 15:54:30 +0000 |
commit | 59f0f46082be6acfefc731ab5c2b8fae912d073a (patch) | |
tree | 96f2aa2a232b1ea55af4ffc76914d75962bb47de /textproc/py-xmltools | |
parent | a579acbe068f4afd67789a68f04ad03c902ab24a (diff) |
Notes
Diffstat (limited to 'textproc/py-xmltools')
-rw-r--r-- | textproc/py-xmltools/Makefile | 5 |
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 |