diff options
author | bapt <bapt@FreeBSD.org> | 2014-05-27 16:40:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-05-27 16:40:46 +0800 |
commit | 816b793ae199084fb6372e1798cdda5f01342d4f (patch) | |
tree | 7b7c5a4a3b4909d37baef6b969674794a2a0e1d6 /games | |
parent | 9ee5da63330ced31aebdb5e2cd3830ce5fb482d7 (diff) | |
download | freebsd-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/Makefile | 5 |
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" |