aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2009-06-09 05:31:50 +0800
committerpav <pav@FreeBSD.org>2009-06-09 05:31:50 +0800
commit296c63ce667d0ce8736e3ebe6ea3fa9e4d970f39 (patch)
treeb6b650706c6946ae6ef64fac4abf2c80561d8f9a /emulators
parent554d7d6499027f88ee0100ffcbbefa022e717a81 (diff)
downloadfreebsd-ports-gnome-296c63ce667d0ce8736e3ebe6ea3fa9e4d970f39.tar.gz
freebsd-ports-gnome-296c63ce667d0ce8736e3ebe6ea3fa9e4d970f39.tar.zst
freebsd-ports-gnome-296c63ce667d0ce8736e3ebe6ea3fa9e4d970f39.zip
- Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'emulators')
-rw-r--r--emulators/mess/Makefile2
-rw-r--r--emulators/sdlmess/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 53e6a40a56c0..0931ba23abd9 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -36,7 +36,7 @@ USE_GNOME= #
EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch
.endif
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_UNSAFE= yes
.if ${ARCH} == "amd64"
MAKE_ENV+= PTR64=1
diff --git a/emulators/sdlmess/Makefile b/emulators/sdlmess/Makefile
index 53e6a40a56c0..0931ba23abd9 100644
--- a/emulators/sdlmess/Makefile
+++ b/emulators/sdlmess/Makefile
@@ -36,7 +36,7 @@ USE_GNOME= #
EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch
.endif
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_UNSAFE= yes
.if ${ARCH} == "amd64"
MAKE_ENV+= PTR64=1