diff options
author | rm <rm@FreeBSD.org> | 2012-09-13 12:05:41 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2012-09-13 12:05:41 +0800 |
commit | 4c6e6bcfbb4d739af6e589997b65ff4ee8bcc9ae (patch) | |
tree | 5483e4ee7869aba980788f75fa9cf78b980b1667 /Mk/bsd.python.mk | |
parent | 0ae34a1c7faace8f21886fe018e8bf5ba999a669 (diff) | |
download | freebsd-ports-gnome-4c6e6bcfbb4d739af6e589997b65ff4ee8bcc9ae.tar.gz freebsd-ports-gnome-4c6e6bcfbb4d739af6e589997b65ff4ee8bcc9ae.tar.zst freebsd-ports-gnome-4c6e6bcfbb4d739af6e589997b65ff4ee8bcc9ae.zip |
- remove PYDISTUTILS "dependency line" since USE_PYTHON will garantee
availability of distutils module. There is no consumers of this in the tree.
- add PYGAME shortcut for devel/py-game
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 |