svn commit: r356991 - head/graphics/cegui
Antoine Brodin
antoine at FreeBSD.org
Sun Jun 8 08:48:52 UTC 2014
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)
More information about the svn-ports-all
mailing list