svn commit: r564053 - head/games/joequake

Jan Beich jbeich at FreeBSD.org
Thu Feb 4 17:30:37 UTC 2021


Author: jbeich
Date: Thu Feb  4 17:30:37 2021
New Revision: 564053
URL: https://svnweb.freebsd.org/changeset/ports/564053

Log:
  games/joequake: properly fix OPENGL vs. X11 after r564045

Modified:
  head/games/joequake/Makefile   (contents, props changed)

Modified: head/games/joequake/Makefile
==============================================================================
--- head/games/joequake/Makefile	Thu Feb  4 17:21:27 2021	(r564052)
+++ head/games/joequake/Makefile	Thu Feb  4 17:30:37 2021	(r564053)
@@ -40,8 +40,8 @@ X86_ASM_DESC= Enable x86 assembly code
 
 .if ${PORT_OPTIONS:MOPENGL}
 USES+=		gl jpeg xorg
-USE_GL=		yes
-USE_XORG+=	xxf86vm
+USE_GL+=	gl
+USE_XORG+=	x11 xext xxf86dga xxf86vm
 ALL_TARGET+=	glx
 PLIST_SUB+=	GLX=""
 .else
@@ -78,7 +78,7 @@ MAKE_ENV+=	USE_${f}=NO
 
 .if ${PORT_OPTIONS:MX11}
 USES+=		xorg
-USE_XORG+=	xxf86dga
+USE_XORG+=	x11 xext
 ALL_TARGET+=	x11
 PLIST_SUB+=	X11=""
 .else


More information about the svn-ports-all mailing list