svn commit: r470982 - head/devel/vera++
Antoine Brodin
antoine at FreeBSD.org
Sun May 27 11:30:07 UTC 2018
Author: antoine
Date: Sun May 27 11:30:06 2018
New Revision: 470982
URL: https://svnweb.freebsd.org/changeset/ports/470982
Log:
vera++ is not compatible with python3
Modified:
head/devel/vera++/Makefile
Modified: head/devel/vera++/Makefile
==============================================================================
--- head/devel/vera++/Makefile Sun May 27 11:10:24 2018 (r470981)
+++ head/devel/vera++/Makefile Sun May 27 11:30:06 2018 (r470982)
@@ -35,7 +35,7 @@ OPTIONS_DEFAULT= LUA PYTHON
PYTHON_CMAKE_OFF= -DVERA_PYTHON:BOOL=OFF
PYTHON_CMAKE_ON= -DVERA_PYTHON:BOOL=ON
PYTHON_LIB_DEPENDS= ${PY_BOOST}
-PYTHON_USES= python
+PYTHON_USES= python:2.7
LUA_CMAKE_OFF= -DVERA_LUA:BOOL=OFF
LUA_CMAKE_ON= -DVERA_LUA:BOOL=ON
LUA_LIB_DEPENDS= libluabind.so:devel/luabind
More information about the svn-ports-all
mailing list