aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2013-05-31 16:03:49 +0000
committerMartin Wilke <miwi@FreeBSD.org>2013-05-31 16:03:49 +0000
commit14422a1b1e6ab8b6586175566b58049797b43303 (patch)
tree17578402d70898d0690d14430a29d45faf952d42 /Mk
parentbc85228263d252ad2c6c6d06d3e76399553db7bc (diff)
Notes
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.python.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/Mk/bsd.python.mk b/Mk/bsd.python.mk
index 757b6c50430f..2c9fbfa26792 100644
--- a/Mk/bsd.python.mk
+++ b/Mk/bsd.python.mk
@@ -671,10 +671,9 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twis
# This in turn might cause it to link against version X while using the
# includes of version Y, leading to a broken port.
# Enforce a certain Python version by using PYTHON_VER for cmake.
-.if defined(USE_CMAKE)
+
CMAKE_ARGS+= -DPythonLibs_FIND_VERSION:STRING="${PYTHON_VER}" \
-DPythonInterp_FIND_VERSION:STRING="${PYTHON_VER}"
-.endif
.endif # !defined(_POSTMKINCLUDED) && !defined(Python_Pre_Include)