diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-03 21:36:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-03 21:36:40 +0800 |
commit | 0f8263941016848033c814e549b4d82bb9f1e8d1 (patch) | |
tree | 04625d482f8e127b00010a86de4bfbcf0e8796d5 /games | |
parent | b3d781af42e9cb2b026dc55e399a2db93d977ed9 (diff) | |
download | freebsd-ports-gnome-0f8263941016848033c814e549b4d82bb9f1e8d1.tar.gz freebsd-ports-gnome-0f8263941016848033c814e549b4d82bb9f1e8d1.tar.zst freebsd-ports-gnome-0f8263941016848033c814e549b4d82bb9f1e8d1.zip |
- Fix build by marking as MAKE_JOBS_UNSAFE
MFH: 2014Q4
Diffstat (limited to 'games')
-rw-r--r-- | games/doomlegacy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/doomlegacy/Makefile b/games/doomlegacy/Makefile index bc9e3b032846..31293561156c 100644 --- a/games/doomlegacy/Makefile +++ b/games/doomlegacy/Makefile @@ -22,6 +22,7 @@ USE_SDL= mixer sdl CFLAGS+= -DSVN_REV=\\\"1107\\\" WRKSRC= ${WRKDIR}/${DISTNAME:S,_beta1,,}/src +MAKE_JOBS_UNSAFE= yes PLIST_FILES= bin/${PORTNAME} share/doom/legacy.wad PORTDOCS= * |