summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-02-04 17:13:09 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-02-04 17:13:09 +0000
commit8135d40db382044b002edc8d5b230b7eb0b5cb9e (patch)
treed26865422fe9cc3daa42b5fa7cec4df2af398eef /games
parentgames/qudos: unbreak with libglvnd (diff)
games/tremulous: unbreak with libglvnd
src/unix/linux_glimp.c:74:10: fatal error: 'X11/extensions/xf86vmode.h' file not found #include <X11/extensions/xf86vmode.h> ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ Reported by: antoine (via bug 246767 exp-run)
Notes
Notes: svn path=/head/; revision=564048
Diffstat (limited to 'games')
-rw-r--r--games/tremulous/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tremulous/Makefile b/games/tremulous/Makefile
index 55f32a9e0c96..5dc20e6dd757 100644
--- a/games/tremulous/Makefile
+++ b/games/tremulous/Makefile
@@ -70,7 +70,7 @@ MAKE_ENV+= USE_SDL_VIDEO=1
. else
USES+= gl xorg
USE_GL= gl
-USE_XORG= x11 xxf86dga
+USE_XORG= x11 xxf86dga xxf86vm
. endif
# Vorbis
. if ${PORT_OPTIONS:MVORBIS}