diff options
author | oliver <oliver@FreeBSD.org> | 2008-07-14 02:38:39 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2008-07-14 02:38:39 +0800 |
commit | 6e14c1560f01882c8224107182bcb91fd08e626a (patch) | |
tree | 3f41ae6b0c8c28d5261195c8b4e5c0cf88fdd045 /graphics | |
parent | 68eebb92f65c16d4d208335fd8f3ca68208a4527 (diff) | |
download | freebsd-ports-gnome-6e14c1560f01882c8224107182bcb91fd08e626a.tar.gz freebsd-ports-gnome-6e14c1560f01882c8224107182bcb91fd08e626a.tar.zst freebsd-ports-gnome-6e14c1560f01882c8224107182bcb91fd08e626a.zip |
force the use of lua 5.1
bump portrevision
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cegui/Makefile | 6 |
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) |