svn commit: r319529 - head/Mk
Martin Wilke
miwi at FreeBSD.org
Fri May 31 16:03:49 UTC 2013
Author: miwi
Date: Fri May 31 16:03:49 2013
New Revision: 319529
URL: http://svnweb.freebsd.org/changeset/ports/319529
Log:
- Remove support for USE_CMAKE and KDE4_BUILDENV, they are no of use anymore.
Unconditionally set CMAKE_ARGS in bsd.python.mk, as it don't affect non-cmake ports
PR: 177356
Submitted by: makc@
Modified:
head/Mk/bsd.python.mk
Modified: head/Mk/bsd.python.mk
==============================================================================
--- head/Mk/bsd.python.mk Fri May 31 15:54:30 2013 (r319528)
+++ head/Mk/bsd.python.mk Fri May 31 16:03:49 2013 (r319529)
@@ -671,10 +671,9 @@ RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/twist
# 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)
More information about the svn-ports-head
mailing list