aboutsummaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authortg <tg@FreeBSD.org>2000-11-16 22:07:30 +0800
committertg <tg@FreeBSD.org>2000-11-16 22:07:30 +0800
commit8e7922cf3ed5e04be56c515ffab39cecba0a4c9b (patch)
tree40af951f30ffde796ab3e314b45bf013c5f88ee4 /Mk
parent78438942ebf4d062be4c413b4e080966c1b0ed82 (diff)
downloadfreebsd-ports-gnome-8e7922cf3ed5e04be56c515ffab39cecba0a4c9b.tar.gz
freebsd-ports-gnome-8e7922cf3ed5e04be56c515ffab39cecba0a4c9b.tar.zst
freebsd-ports-gnome-8e7922cf3ed5e04be56c515ffab39cecba0a4c9b.zip
Depend on the latest and greatest py-xml package.
Diffstat (limited to 'Mk')
-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