Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Feb 2021 17:30:37 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r564053 - head/games/joequake
Message-ID:  <202102041730.114HUbeU008166@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102041730.114HUbeU008166>