aboutsummaryrefslogtreecommitdiff
path: root/lang/lua52
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-08-14 22:35:50 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-08-14 22:35:50 +0000
commitd4041784dc51fbd5b1e6a77c341ba00b18e4cd60 (patch)
treee9aa43bc0924dc359b2756757c2c0994f118aa35 /lang/lua52
parent702abdca4ef62ef60af2ad91e5ef063c02599bd1 (diff)
downloadports-d4041784dc51fbd5b1e6a77c341ba00b18e4cd60.tar.gz
ports-d4041784dc51fbd5b1e6a77c341ba00b18e4cd60.zip
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
Notes
Notes: svn path=/head/; revision=324744
Diffstat (limited to 'lang/lua52')
-rw-r--r--lang/lua52/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/lua52/Makefile b/lang/lua52/Makefile
index a8d4ed9d2832..97f7822fa992 100644
--- a/lang/lua52/Makefile
+++ b/lang/lua52/Makefile
@@ -26,7 +26,6 @@ LUA_MODSHAREDIR= ${LUA_PREFIX}/share/lua/${LUA_VER}
ALL_TARGET= freebsd
USE_LDCONFIG= yes
-MAKE_JOBS_SAFE= yes
MAKE_ENV= LUA_SONAME="liblua-${LUA_VER}.so.${LUA_VER_SH}" \
MYCFLAGS="${CFLAGS}" MYLDFLAGS="${LDFLAGS}"
# liblua.so requires libm, so make sure it has an explicit dependency