aboutsummaryrefslogtreecommitdiff
path: root/games/qudos
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-02-04 17:13:03 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-02-04 17:13:03 +0000
commit035491c2d6e49d597e645a18cdaf8c1913260985 (patch)
tree6a2ff18ca31b916775a07db53d720e793075bbe2 /games/qudos
parentc45be1a829d157bea4fdfb624719304048348515 (diff)
downloadports-035491c2d6e49d597e645a18cdaf8c1913260985.tar.gz
ports-035491c2d6e49d597e645a18cdaf8c1913260985.zip
games/qudos: unbreak with libglvnd
src/unix/gl_glx.c:54: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=564047
Diffstat (limited to 'games/qudos')
-rw-r--r--games/qudos/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/qudos/Makefile b/games/qudos/Makefile
index 3d2b12e0453a..ca2943825b24 100644
--- a/games/qudos/Makefile
+++ b/games/qudos/Makefile
@@ -63,8 +63,9 @@ PLIST_SUB+= ${mod}="@comment "
.endfor
.if ${PORT_OPTIONS:MGLX} || ${PORT_OPTIONS:MSDLGL}
-USES+= gl jpeg
+USES+= gl jpeg xorg
USE_GL= glu
+USE_XORG= xxf86vm
LIB_DEPENDS+= libpng.so:graphics/png
.endif