diff options
author | jkim <jkim@FreeBSD.org> | 2015-05-09 05:42:46 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2015-05-09 05:42:46 +0800 |
commit | abebf99180f278657e843004bb20d3924051153b (patch) | |
tree | 11ebfe573f1c2b5edcae57996b673e034dacdc45 /games | |
parent | c5d3ed236fa3ed9a7a96f0ee023b75a16d6df877 (diff) | |
download | freebsd-ports-gnome-abebf99180f278657e843004bb20d3924051153b.tar.gz freebsd-ports-gnome-abebf99180f278657e843004bb20d3924051153b.tar.zst freebsd-ports-gnome-abebf99180f278657e843004bb20d3924051153b.zip |
Fix build on 10.x and later.
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}" |