svn commit: r304171 - head/Mk

Ruslan Mahmatkhanov rm at FreeBSD.org
Thu Sep 13 04:05:41 UTC 2012


Author: rm
Date: Thu Sep 13 04:05:41 2012
New Revision: 304171
URL: http://svn.freebsd.org/changeset/ports/304171

Log:
  - 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

Modified:
  head/Mk/bsd.python.mk

Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk	Thu Sep 13 03:35:09 2012	(r304170)
+++ head/Mk/bsd.python.mk	Thu Sep 13 04:05:41 2012	(r304171)
@@ -99,8 +99,7 @@ Python_Include_MAINTAINER=	python at FreeBS
 # 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



More information about the svn-ports-all mailing list