summaryrefslogtreecommitdiff
path: root/lang/lua4
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-11-18 22:39:55 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-11-18 22:39:55 +0000
commited9c0642a6754ed6fe4de0153c16d8beb71ab8ed (patch)
tree2a63af8d70c18165eceed69f54530e4d8779cae6 /lang/lua4
parentUpdate to 1.334 (diff)
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=244447
Diffstat (limited to 'lang/lua4')
-rw-r--r--lang/lua4/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/lua4/Makefile b/lang/lua4/Makefile
index 0fbae814c141..57cd4894c5d2 100644
--- a/lang/lua4/Makefile
+++ b/lang/lua4/Makefile
@@ -31,6 +31,8 @@ LUA_BIN= lua luac
LUA_LIB= lua lualib
LUA_MAN= ${LUA_BIN:S/$/.1/}
+MAKE_JOBS_UNSAFE= yes
+
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"