diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2015-05-08 21:42:46 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2015-05-08 21:42:46 +0000 |
commit | d413e71e01e5a90c7e8b397b3c6e400b714ed824 (patch) | |
tree | 11ebfe573f1c2b5edcae57996b673e034dacdc45 /games | |
parent | 4579578ea077d99f43232a7e6262623f4c3dbd88 (diff) | |
download | ports-d413e71e01e5a90c7e8b397b3c6e400b714ed824.tar.gz ports-d413e71e01e5a90c7e8b397b3c6e400b714ed824.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/ember/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/ember/Makefile b/games/ember/Makefile index cd856fee89f0..d398b50a2dea 100644 --- a/games/ember/Makefile +++ b/games/ember/Makefile @@ -27,7 +27,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/devel/libsigc++20 \ CONFIGURE_ARGS= --with-png-prefix=${LOCALBASE} --enable-binreloc \ --program-transform-name= --disable-cppunit --disable-debug \ - --with-toluaxx=${TOLUAXX_CMD} + --with-boost=${LOCALBASE} --with-toluaxx=${TOLUAXX_CMD} CONFIGURE_ENV+= LUA_LIBS="-L${LUA_LIBDIR} -llua-${LUA_VER}" \ LUA_CFLAGS="-I${LUA_INCDIR}" \ TOLUAXX="${TOLUAXX_CMD}" |