diff options
author | mandree <mandree@FreeBSD.org> | 2012-04-12 05:15:16 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-04-12 05:15:16 +0800 |
commit | f42c2aa61a59bb3aac67505aa9c245f729c52ea6 (patch) | |
tree | 337db0b0b51df6123e074a7cea2b37dfff6ba1bd /lang | |
parent | 22b0a58653135efa1be0ba44ec3864bf8e88ad4f (diff) | |
download | freebsd-ports-gnome-f42c2aa61a59bb3aac67505aa9c245f729c52ea6.tar.gz freebsd-ports-gnome-f42c2aa61a59bb3aac67505aa9c245f729c52ea6.tar.zst freebsd-ports-gnome-f42c2aa61a59bb3aac67505aa9c245f729c52ea6.zip |
Support builds that set CFLAGS=... in /etc/make.conf (discouraged).
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lua/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 51d001701b64..e8652e5d7316 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -7,7 +7,7 @@ PORTNAME= lua PORTVERSION= 5.1.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang MASTER_SITES= http://www.lua.org/ftp/ \ ftp://ftp.ntua.gr/pub/lang/lua/ \ @@ -24,7 +24,7 @@ USE_GNOME= pkgconfig USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}" -MAKE_ARGS= MYCFLAGS="${CFLAGS}" +MAKE_ARGS= __MAKE_CONF=${NONEXISTENT} MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} |