diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 08:09:51 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 08:09:51 +0000 |
commit | 4d4371f71779006bad0ab9e8f3830c335288abb9 (patch) | |
tree | 21b62136e2e4eb89ff2666ea420d45f93cf7bc35 /games/tyrquake | |
parent | a94f8ec1bad0517b12ee2905ff59ebc68c61c213 (diff) | |
download | ports-4d4371f71779006bad0ab9e8f3830c335288abb9.tar.gz ports-4d4371f71779006bad0ab9e8f3830c335288abb9.zip |
Notes
Diffstat (limited to 'games/tyrquake')
-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 \ |