Date: Sun, 8 Jun 2014 08:48:52 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r356991 - head/graphics/cegui Message-ID: <201406080848.s588mqBx043628@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sun Jun 8 08:48:52 2014 New Revision: 356991 URL: http://svnweb.freebsd.org/changeset/ports/356991 QAT: https://qat.redports.org/buildarchive/r356991/ Log: Attempt to fix LIB_DEPENDS Modified: head/graphics/cegui/Makefile Modified: head/graphics/cegui/Makefile ============================================================================== --- head/graphics/cegui/Makefile Sun Jun 8 08:48:01 2014 (r356990) +++ head/graphics/cegui/Makefile Sun Jun 8 08:48:52 2014 (r356991) @@ -43,7 +43,7 @@ PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR} PCRE_CMAKE_ON= -DCEGUI_HAS_PCRE_REGEX=ON PCRE_CMAKE_OFF= -DCEGUI_HAS_PCRE_REGEX=OFF LUA_USES= lua:51 -LUA_LIB_DEPENDS= libtoluaxx-${LUA_VER}.so:${PORTSDIR}/lang/tolua++ +LUA_LIB_DEPENDS= libtolua++-${LUA_VER}.so:${PORTSDIR}/lang/tolua++ LUA_CMAKE_ON= -DCEGUI_BUILD_LUA_MODULE=ON -DCEGUI_BUILD_LUA_GENERATOR=ON LUA_CMAKE_OFF= -DCEGUI_BUILD_LUA_MODULE=OFF -DCEGUI_BUILD_LUA_GENERATOR=OFF # this option is not currently used as it doesn't compile (see also CMAKE_ARGS below)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406080848.s588mqBx043628>