aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-11-07 08:36:10 +0800
committerpav <pav@FreeBSD.org>2007-11-07 08:36:10 +0800
commit85383c8fed04e2000b925d8bf48c1a9d3df833b1 (patch)
tree1048fc25bdb6f899e7907e9be3b0942f6f51b11c /games
parentaf1799db378712db5ff8323b1db0d159bda92c6e (diff)
downloadfreebsd-ports-gnome-85383c8fed04e2000b925d8bf48c1a9d3df833b1.tar.gz
freebsd-ports-gnome-85383c8fed04e2000b925d8bf48c1a9d3df833b1.tar.zst
freebsd-ports-gnome-85383c8fed04e2000b925d8bf48c1a9d3df833b1.zip
- 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/Makefile1
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)