diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-07 00:36:10 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-11-07 00:36:10 +0000 |
commit | f9c095a2424079e7a9552d5738e39daaad36b34d (patch) | |
tree | 035fac81fcfbac131253620c1add124b72ac0ae7 /games | |
parent | - Broken on all platforms (diff) |
- Fix build by adding required Xorg component, now that USE_XORG handle
conditional values
Reported by: pointyhat
Approved by: portmgr (hat)
Diffstat (limited to 'games')
-rw-r--r-- | games/cleanq3/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/cleanq3/Makefile b/games/cleanq3/Makefile index c8d9dcacfd71..9584f4eaaaec 100644 --- a/games/cleanq3/Makefile +++ b/games/cleanq3/Makefile @@ -57,6 +57,7 @@ MAKE_ENV+= DLL_ONLY=true .if !defined(WITHOUT_CLIENT) || !defined(WITHOUT_SMP) USE_GL= yes +USE_XORG= xxf86dga .endif .if !defined(WITHOUT_CLIENT) |