aboutsummaryrefslogtreecommitdiff
path: root/graphics/cegui
diff options
context:
space:
mode:
authorOliver Lehmann <oliver@FreeBSD.org>2008-07-13 18:38:39 +0000
committerOliver Lehmann <oliver@FreeBSD.org>2008-07-13 18:38:39 +0000
commite6858313305d68c410bf48272f7a4356952841f7 (patch)
tree300342cdf6bba47d14bc840dfbb4faf31e4d262d /graphics/cegui
parent9b1721159f8e54507441f381f70d6506c8cadde6 (diff)
downloadports-e6858313305d68c410bf48272f7a4356952841f7.tar.gz
ports-e6858313305d68c410bf48272f7a4356952841f7.zip
Notes
Diffstat (limited to 'graphics/cegui')
-rw-r--r--graphics/cegui/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/cegui/Makefile b/graphics/cegui/Makefile
index c6e7f3538135..35a603ef4900 100644
--- a/graphics/cegui/Makefile
+++ b/graphics/cegui/Makefile
@@ -7,7 +7,7 @@
PORTNAME= cegui
PORTVERSION= 0.6.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= graphics devel
MASTER_SITES= SF
MASTER_SITE_SUBDIR=crayzedsgui
@@ -25,14 +25,14 @@ CONFIGURE_ARGS= --enable-toluacegui --disable-irrlicht-renderer \
--disable-corona --enable-devil --disable-freeimage --disable-silly \
--disable-libxml --disable-xerces-c --disable-expat
-CONFIGURE_ENV+= Lua_LIBS="-L${LUA_LIBDIR} -llua -llualib -lm" \
+CONFIGURE_ENV+= Lua_LIBS="-L${LUA_LIBDIR} -llua -lm" \
Lua_CFLAGS="-I${LUA_INCDIR}" \
LDFLAGS="-L${LOCALBASE}/lib -L${LUA_LIBDIR}" \
CPPFLAGS="-I${LOCALBASE}/include -I${LUA_INCDIR}"
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GL= yes
-USE_LUA= 5.0
+USE_LUA= 5.1
USE_GNOME= gnomehack
.if !defined(NOPORTDOCS)