aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-06-08 08:48:52 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-06-08 08:48:52 +0000
commit078d6b6106dd3da3e7da7aac981741a79d8bd5ae (patch)
tree6b3f3427273ab49d8dc13f02dc88ac40bef18151 /graphics
parent3e299ae768456a3cb50b798475a570b82ebe38a7 (diff)
downloadports-078d6b6106dd3da3e7da7aac981741a79d8bd5ae.tar.gz
ports-078d6b6106dd3da3e7da7aac981741a79d8bd5ae.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/cegui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile
index 446f9f81656d..0501f10095ce 100644
--- a/graphics/cegui/Makefile
+++ b/graphics/cegui/Makefile
@@ -43,7 +43,7 @@ PCRE_LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre
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)