diff options
author | antoine <antoine@FreeBSD.org> | 2018-05-27 19:30:06 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-05-27 19:30:06 +0800 |
commit | 6c8757085a9f30741ff702219c8d878d88f42251 (patch) | |
tree | 2f05bd09a5fcf9d933e0a6032f66632c134fc81b /devel | |
parent | b6750b24bcd99f13c6490a077b68d53551a7535f (diff) | |
download | freebsd-ports-gnome-6c8757085a9f30741ff702219c8d878d88f42251.tar.gz freebsd-ports-gnome-6c8757085a9f30741ff702219c8d878d88f42251.tar.zst freebsd-ports-gnome-6c8757085a9f30741ff702219c8d878d88f42251.zip |
vera++ is not compatible with python3
Diffstat (limited to 'devel')
-rw-r--r-- | devel/vera++/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/vera++/Makefile b/devel/vera++/Makefile index 37a33b57d7ca..460ed94f498a 100644 --- a/devel/vera++/Makefile +++ b/devel/vera++/Makefile @@ -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 |