diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2014-06-14 10:48:12 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2014-06-14 10:48:12 +0000 |
commit | c0395cb1d4eeeae6fccd9e60b7d5110279f5632e (patch) | |
tree | 3adc167aac1d7a7606901c98ea3914d2fa82fd44 /games | |
parent | 1698e21b859e826c845316c46079737743780d61 (diff) | |
download | ports-c0395cb1d4eeeae6fccd9e60b7d5110279f5632e.tar.gz ports-c0395cb1d4eeeae6fccd9e60b7d5110279f5632e.zip |
Notes
Diffstat (limited to 'games')
-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 |