summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-11-07 00:37:19 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-11-07 00:37:19 +0000
commitb473c3bf19db2ff598c6288bb9957a7369dc1374 (patch)
tree6833e5e7192721f23c3fb7d8ab73328402ddc1f2 /games
parent- Fix build by adding required Xorg component, now that USE_XORG handle (diff)
- Attempt to fix the build by adding missing dependency
Reported by: pointyhat Approved by: portmgr (hat)
Notes
Notes: svn path=/head/; revision=202555
Diffstat (limited to 'games')
-rw-r--r--games/quake3/Makefile1
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)