diff options
author | oliver <oliver@FreeBSD.org> | 2014-06-14 18:48:12 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2014-06-14 18:48:12 +0800 |
commit | 5201fda09675aab0c18d1c3b75db08d2689c91a1 (patch) | |
tree | 3adc167aac1d7a7606901c98ea3914d2fa82fd44 /games | |
parent | 43cd8adba8a2b895ec912d641abe8fdf13850713 (diff) | |
download | freebsd-ports-gnome-5201fda09675aab0c18d1c3b75db08d2689c91a1.tar.gz freebsd-ports-gnome-5201fda09675aab0c18d1c3b75db08d2689c91a1.tar.zst freebsd-ports-gnome-5201fda09675aab0c18d1c3b75db08d2689c91a1.zip |
fix build by defining TOLUAXX_CMD on my own
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 |