aboutsummaryrefslogtreecommitdiff
path: root/lang/lua
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-09-21 15:38:18 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-09-21 15:38:18 +0000
commitf2fdd5cf25674321028a245da7278f543df555a7 (patch)
treecd45ff82e4f7449b628364f3ceec2b2cd1bbb2d8 /lang/lua
parent6e37a8c51251a69836751b6f5169ddb63c64ca91 (diff)
downloadports-f2fdd5cf25674321028a245da7278f543df555a7.tar.gz
ports-f2fdd5cf25674321028a245da7278f543df555a7.zip
Notes
Diffstat (limited to 'lang/lua')
-rw-r--r--lang/lua/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile
index c32b9a89ee52..1747705c0ecc 100644
--- a/lang/lua/Makefile
+++ b/lang/lua/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lua
PORTVERSION= 5.1.4
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= lang
MASTER_SITES= http://www.lua.org/ftp/ \
ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
@@ -30,7 +30,7 @@ USE_GNOME= pkgconfig
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}"
-MAKE_ARGS= CFLAGS="${CFLAGS}"
+USE_GMAKE= yes
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR}