diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-16 14:07:30 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-11-16 14:07:30 +0000 |
commit | 7a9f5ed9f4e6d3fadf6fb3213d47b90baecb7e89 (patch) | |
tree | 21498061147c33dff7db1a63d0225faf3f1f216a | |
parent | Upgrade to 0.6.2. The maintainer is now Johann Visagie (diff) |
Depend on the latest and greatest py-xml package.
-rw-r--r-- | Mk/bsd.python.mk | 2 |
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 |