Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2012 04:05:41 +0000 (UTC)
From:      Ruslan Mahmatkhanov <rm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r304171 - head/Mk
Message-ID:  <201209130405.q8D45fss012380@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209130405.q8D45fss012380>