1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Fix build

Reported by:	antoine
This commit is contained in:
Baptiste Daroussin 2014-05-27 08:40:46 +00:00
parent 2ece4105ac
commit 901d59c092
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355474

View File

@ -21,10 +21,9 @@ OPTIONS_DEFAULT= VORBIS
USE_GL= glu
USE_SDL= sdl
USE_SQLITE= 3
USES= lua:51
USES= cmake:outsource pkgconfig
USES= cmake:outsource lua:51 pkgconfig
CMAKE_ARGS= -DGAMEDIR:STRING="bin" \
-DTOLUA++_APP:STRING="${TOLUAXX_CMD}" \
-DTOLUA++_APP:STRING="tolua++-${LUA_VER}" \
-DTOLUA++_INCLUDE_DIR:STRING="${LUA_INCDIR}" \
-DTOLUA++_LIBRARY:STRING="${LUA_LIBDIR}/libtolua++.so"