aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-11-16 14:07:30 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-11-16 14:07:30 +0000
commit7a9f5ed9f4e6d3fadf6fb3213d47b90baecb7e89 (patch)
tree21498061147c33dff7db1a63d0225faf3f1f216a
parent5efab67e985ea776fbe21548b3b7c816e397d9d0 (diff)
downloadports-7a9f5ed9f4e6d3fadf6fb3213d47b90baecb7e89.tar.gz
ports-7a9f5ed9f4e6d3fadf6fb3213d47b90baecb7e89.zip
Depend on the latest and greatest py-xml package.
Notes
Notes: svn path=/head/; revision=35191
-rw-r--r--Mk/bsd.python.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index de9362577249..cffc0850ea4f 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -82,7 +82,7 @@ PYTHON_PORTVERSION!= (${PYTHON_VERSION} -c 'import string, sys; \
# Python-2.0
.if ${PYTHON_VERSION} == "python2.0"
PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR}
-PYXML= ${PYTHON_LIBDIR}/xml/__init__.py:${PYTHON_PORTSDIR}
+PYXML= ${PYTHON_LIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml
PYTHON_DISTFILE= BeOpen-Python-2.0.tar.gz
PYTHON_PORTSDIR= ${PORTSDIR}/lang/python