diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 15:28:28 +0000 |
commit | e836ab008ac38916a93472f2840e03e2e8470ef5 (patch) | |
tree | 1485083919fd5b153bf056ea17ac895ea758a8a9 /games/widelands | |
parent | 35d8b48dff5490ff5d7232109c287da637b58811 (diff) | |
download | ports-e836ab008ac38916a93472f2840e03e2e8470ef5.tar.gz ports-e836ab008ac38916a93472f2840e03e2e8470ef5.zip |
Notes
Diffstat (limited to 'games/widelands')
-rw-r--r-- | games/widelands/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/widelands/Makefile b/games/widelands/Makefile index 463f8e84c4eb..125f36d2946d 100644 --- a/games/widelands/Makefile +++ b/games/widelands/Makefile @@ -17,13 +17,12 @@ LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo BUILD_DEPENDS= ${LOCALBASE}/include/boost/shared_ptr.hpp:${PORTSDIR}/devel/boost-libs -USES= tar:bzip2 cmake:outsource gettext compiler:c++11-lib +USES= tar:bzip2 cmake:outsource gettext compiler:c++11-lib lua:51 CMAKE_ARGS= -DWL_INSTALL_PREFIX="${PREFIX}" \ -DWL_INSTALL_DATADIR="share/widelands" \ -DWL_INSTALL_BINDIR="bin" \ -DWL_VERSION="${DISTVERSION}" \ -DWL_COMPILERFLAG_OPTIMIZATIONS="" -USE_LUA= 5.1 USE_SDL= sdl mixer image net ttf gfx USE_PYTHON_BUILD=yes |