aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-05-27 16:40:46 +0800
committerbapt <bapt@FreeBSD.org>2014-05-27 16:40:46 +0800
commit816b793ae199084fb6372e1798cdda5f01342d4f (patch)
tree7b7c5a4a3b4909d37baef6b969674794a2a0e1d6 /games
parent9ee5da63330ced31aebdb5e2cd3830ce5fb482d7 (diff)
downloadfreebsd-ports-gnome-816b793ae199084fb6372e1798cdda5f01342d4f.tar.gz
freebsd-ports-gnome-816b793ae199084fb6372e1798cdda5f01342d4f.tar.zst
freebsd-ports-gnome-816b793ae199084fb6372e1798cdda5f01342d4f.zip
Fix build
Reported by: antoine
Diffstat (limited to 'games')
-rw-r--r--games/stratagus/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/games/stratagus/Makefile b/games/stratagus/Makefile
index dc82cafac947..56ad7c92567c 100644
--- a/games/stratagus/Makefile
+++ b/games/stratagus/Makefile
@@ -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"