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

Collapse All | Expand All

(-)b/Mk/Uses/python.mk (+2 lines)
Lines 709-714 CONFIGURE_ENV+= PYTHON="${PYTHON_CMD}" Link Here
709
# By default CMake picks up the highest available version of Python package.
709
# By default CMake picks up the highest available version of Python package.
710
# Enforce the version required by the port or the default.
710
# Enforce the version required by the port or the default.
711
CMAKE_ARGS+=	-DPython_ADDITIONAL_VERSIONS=${PYTHON_VER}
711
CMAKE_ARGS+=	-DPython_ADDITIONAL_VERSIONS=${PYTHON_VER}
712
CMAKE_ARGS+=	-DPython${PYTHON_MAJOR_VER}_EXECUTABLE:FILEPATH="${PYTHON_CMD}"
713
CMAKE_ARGS+=	-DPython_EXECUTABLE:FILEPATH="${PYTHON_CMD}"
712
714
713
# Python 3rd-party modules
715
# Python 3rd-party modules
714
PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}
716
PYGAME=		${PYTHON_PKGNAMEPREFIX}game>0:devel/py-game@${PY_FLAVOR}

Return to bug 262109