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)
This commit is contained in:
Jan Beich 2021-02-04 17:13:09 +00:00
parent 035491c2d6
commit 8135d40db3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=564048

View file

@ -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}