Date: Fri, 8 May 2015 21:42:47 +0000 (UTC) From: Jung-uk Kim <jkim@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385839 - head/games/ember Message-ID: <201505082142.t48Lglo0025340@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jkim Date: Fri May 8 21:42:46 2015 New Revision: 385839 URL: https://svnweb.freebsd.org/changeset/ports/385839 Log: Fix build on 10.x and later. Modified: head/games/ember/Makefile Modified: head/games/ember/Makefile ============================================================================== --- head/games/ember/Makefile Fri May 8 21:42:12 2015 (r385838) +++ head/games/ember/Makefile Fri May 8 21:42:46 2015 (r385839) @@ -27,7 +27,7 @@ LIB_DEPENDS= libsigc-2.0.so:${PORTSDIR}/ 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}"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505082142.t48Lglo0025340>