diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-07 00:37:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-07 00:37:19 +0000 |
commit | b473c3bf19db2ff598c6288bb9957a7369dc1374 (patch) | |
tree | 6833e5e7192721f23c3fb7d8ab73328402ddc1f2 /games/quake3 | |
parent | f9c095a2424079e7a9552d5738e39daaad36b34d (diff) | |
download | ports-b473c3bf19db2ff598c6288bb9957a7369dc1374.tar.gz ports-b473c3bf19db2ff598c6288bb9957a7369dc1374.zip |
Notes
Diffstat (limited to 'games/quake3')
-rw-r--r-- | games/quake3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/quake3/Makefile b/games/quake3/Makefile index a798e7efd994..dbaf6f16bca9 100644 --- a/games/quake3/Makefile +++ b/games/quake3/Makefile @@ -65,6 +65,7 @@ MAKE_ENV+= DLL_ONLY=true .if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SMP) USE_GL= yes +USE_XORG= xxf86dga .endif .if !defined(WITHOUT_CLIENT) |