diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-31 16:09:51 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-31 16:09:51 +0800 |
commit | 10be94a82bea15cc0d22228f77945188fc9202e0 (patch) | |
tree | 0b59f8f8e3c7b963feec38bbdab4f185f1c8e939 /games | |
parent | 747726f875d038d29e52f43a13998e85b0effa21 (diff) | |
download | freebsd-ports-gnome-10be94a82bea15cc0d22228f77945188fc9202e0.tar.gz freebsd-ports-gnome-10be94a82bea15cc0d22228f77945188fc9202e0.tar.zst freebsd-ports-gnome-10be94a82bea15cc0d22228f77945188fc9202e0.zip |
- Allow to build with MAKE_JOBS_SAFE
PR: 133222 133223
Submitted by: Roland Smith <rsmith@xs4all.nl> (maintainer)
Diffstat (limited to 'games')
-rw-r--r-- | games/tyrquake/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/tyrquake/Makefile b/games/tyrquake/Makefile index dff4d8e185e0..e42f35065c5b 100644 --- a/games/tyrquake/Makefile +++ b/games/tyrquake/Makefile @@ -17,6 +17,7 @@ COMMENT= Very conservative branch of the Quake source code USE_XORG= x11 xxf86vm xdamage xfixes xau xext xdmcp USE_GL= yes USE_GMAKE= yes +MAKE_JOBS_SAFE= yes MAKE_ENV= QBASEDIR="${Q1DIR}" OPTIONS= OPTIMIZED_CFLAGS "Enable compilation optimizations" on \ |