diff options
author | pav <pav@FreeBSD.org> | 2009-11-19 06:39:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-19 06:39:55 +0800 |
commit | 0b1948c5e4603fdb24d8b5423790b640e6ecc1e5 (patch) | |
tree | 6cc18294e0e33e3aa83c5a0cbbeec387c9527319 /lang/lua50 | |
parent | 1b45904c492338db34d10b60a7d99249af109aa8 (diff) | |
download | freebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.gz freebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.tar.zst freebsd-ports-gnome-0b1948c5e4603fdb24d8b5423790b640e6ecc1e5.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'lang/lua50')
-rw-r--r-- | lang/lua50/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/lua50/Makefile b/lang/lua50/Makefile index f39e5989c4bf..1790553f744c 100644 --- a/lang/lua50/Makefile +++ b/lang/lua50/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" |