aboutsummaryrefslogtreecommitdiff
path: root/lang/lua
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2012-04-12 20:51:53 +0000
committerMatthias Andree <mandree@FreeBSD.org>2012-04-12 20:51:53 +0000
commit13a1c4535079a1590c34f8144dfa9369bfe4dda5 (patch)
treead87a1676fc477526d2a9cdf7bf38b7dcbb3af04 /lang/lua
parent1aaca09df02edc6111e45cee17d63bc3d5e0785a (diff)
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 b5dee671dcb0..3908eec12c69 100644
--- a/lang/lua/Makefile
+++ b/lang/lua/Makefile
@@ -7,7 +7,7 @@
PORTNAME= lua
PORTVERSION= 5.1.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= lang
MASTER_SITES= http://www.lua.org/ftp/ \
ftp://ftp.ntua.gr/pub/lang/lua/ \
@@ -27,7 +27,7 @@ MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}"
# Overriding __MAKE_CONF makes sure that we don't re-parse
# /etc/make.conf during do-build, which would jeopardize the build
# if, for instance, the user set CFLAGS=mumble
-MAKE_ARGS= __MAKE_CONF=${NONEXISTENT} CFLAGS="${CFLAGS}"
+MAKE_ARGS= __MAKE_CONF=${NONEXISTENT}
MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1
DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR}