diff options
author | mandree <mandree@FreeBSD.org> | 2012-04-12 06:26:24 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2012-04-12 06:26:24 +0800 |
commit | f7145690e76fb69fc26669c754af0457e0e875d1 (patch) | |
tree | d6e04a254c7e753369de60e3ca864d39ad7e103e /lang | |
parent | 2ace6da2058323e54f1a97ad747a635013bc35b1 (diff) | |
download | freebsd-ports-gnome-f7145690e76fb69fc26669c754af0457e0e875d1.tar.gz freebsd-ports-gnome-f7145690e76fb69fc26669c754af0457e0e875d1.tar.zst freebsd-ports-gnome-f7145690e76fb69fc26669c754af0457e0e875d1.zip |
Forced commit to mention that ohauer@ has joined lua@.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/lua/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 73f8d224d1ce..b5dee671dcb0 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -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} +MAKE_ARGS= __MAKE_CONF=${NONEXISTENT} CFLAGS="${CFLAGS}" MAN1= lua-${LUA_VER}.1 luac-${LUA_VER}.1 DOCSDIR= ${PREFIX}/share/doc/${LUA_SUBDIR} |