diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-13 04:05:41 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2012-09-13 04:05:41 +0000 |
commit | a42c55a4cd72793d80d08eb62b7c2ecb3d4a7d99 (patch) | |
tree | 5483e4ee7869aba980788f75fa9cf78b980b1667 /Mk/bsd.python.mk | |
parent | 78877f2e04b39ca0a74ad6c640852781edb4b84c (diff) | |
download | ports-a42c55a4cd72793d80d08eb62b7c2ecb3d4a7d99.tar.gz ports-a42c55a4cd72793d80d08eb62b7c2ecb3d4a7d99.zip |
Notes
Diffstat (limited to 'Mk/bsd.python.mk')
-rw-r--r-- | Mk/bsd.python.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk index 201c8f37d2c9..385e790006fd 100644 --- a/Mk/bsd.python.mk +++ b/Mk/bsd.python.mk @@ -99,8 +99,7 @@ Python_Include_MAINTAINER= python@FreeBSD.org # PYTHONPREFIX_LIBDIR default: ${PREFIX}/lib/${PYTHON_VERSION} # PYTHONPREFIX_SITELIBDIR default: ${PYTHONPREFIX_LIBDIR}/site-packages # -# PYDISTUTILS - Dependency line for the distutils extension. As of -# Python-2.0, the distutils are in the base distribution. +# PYGAME - Dependency line for the Pygame library. # # PYNUMERIC - Dependency line for the numeric extension. # @@ -525,7 +524,7 @@ ZOPEPRODUCTDIR?= Products .endif # Python 3rd-party modules -PYDISTUTILS= ${PYTHON_LIBDIR}/distutils/core.py:${PYTHON_PORTSDIR} +PYGAME= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game PYNUMERIC= ${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric PYNUMPY= ${PYTHON_SITELIBDIR}/numpy/core/numeric.py:${PORTSDIR}/math/py-numpy PYXML= ${PYTHON_SITELIBDIR}/_xmlplus/__init__.py:${PORTSDIR}/textproc/py-xml |