View | Details | Raw Unified | Return to bug 168159 | Differences between
and this patch

Collapse All | Expand All

(-)Mk/Uses/python.mk (+4 lines)
Lines 521-526 Link Here
521
# Fix for programs that build python from a GNU auto* environment
521
# Fix for programs that build python from a GNU auto* environment
522
CONFIGURE_ENV+=	PYTHON="${PYTHON_CMD}"
522
CONFIGURE_ENV+=	PYTHON="${PYTHON_CMD}"
523
523
524
# By default CMake picks up the highest available version of Python package.
525
# Enforce the version required by the port or the default.
526
CMAKE_ARGS+=	-DPython_ADDITIONAL_VERSIONS=${PYTHON_VER}
527
524
# Python 3rd-party modules
528
# Python 3rd-party modules
525
PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game
529
PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game
526
PYNUMERIC=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric
530
PYNUMERIC=	${PYTHON_SITELIBDIR}/Numeric/Numeric.py:${PORTSDIR}/math/py-numeric

Return to bug 168159