diff options
Diffstat (limited to 'games/ember')
-rw-r--r-- | games/ember/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index df2442e2be43..3a1f34f26151 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -31,10 +31,11 @@ CONFIGURE_ENV+= LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" \ LUA_CFLAGS="-I${LUA_INCDIR}" \ TOLUAXX="${TOLUAXX_CMD}" +TOLUAXX_CMD= ${LOCALBASE}/bin/tolua++${LUA_VER} USE_SDL= sdl GNU_CONFIGURE= yes USE_LDCONFIG= yes -USES= openal:al,alut pathfix pkgconfig compiler:c++11-lib tar:bzip2 +USES= openal:al,alut pathfix pkgconfig compiler:c++11-lib tar:bzip2 lua:51 OPTIONS_DEFINE= DOCS |