View | Details | Raw Unified | Return to bug 242614
Collapse All | Expand All

(-)Mk/Uses/python.mk (-4 / +4 lines)
Lines 459-468 Link Here
459
# try to find a different one, if the passed version fits into
459
# try to find a different one, if the passed version fits into
460
# the supported version range.
460
# the supported version range.
461
PYTHON_VERSION?=	python${_PYTHON_VERSION}
461
PYTHON_VERSION?=	python${_PYTHON_VERSION}
462
.if !defined(PYTHON_NO_DEPENDS) && \
462
#.if !defined(PYTHON_NO_DEPENDS) && \
463
    ${PYTHON_VERSION} != python${PYTHON_DEFAULT}
463
#    ${PYTHON_VERSION} != python${PYTHON_DEFAULT}
464
DEPENDS_ARGS+=		PYTHON_VERSION=${PYTHON_VERSION}
464
#DEPENDS_ARGS+=		PYTHON_VERSION=${PYTHON_VERSION}
465
.endif
465
#.endif
466
466
467
# NOTE:
467
# NOTE:
468
#
468
#

Return to bug 242614