svn commit: r517125 - head/games/ioquake3

Tobias Kortkamp tobik at FreeBSD.org
Sat Nov 9 12:44:25 UTC 2019


Author: tobik
Date: Sat Nov  9 12:44:25 2019
New Revision: 517125
URL: https://svnweb.freebsd.org/changeset/ports/517125

Log:
  games/{ioquake3,openarena}: Add missing USES=sdl

Modified:
  head/games/ioquake3/Makefile

Modified: head/games/ioquake3/Makefile
==============================================================================
--- head/games/ioquake3/Makefile	Sat Nov  9 12:39:34 2019	(r517124)
+++ head/games/ioquake3/Makefile	Sat Nov  9 12:44:25 2019	(r517125)
@@ -137,6 +137,7 @@ DESKTOP_ENTRIES+=	"${Q3CLIENT} ${Q3ENGINEVER} SMP" "${
 .if ${IOQ3:MCLIENT}
 MAKE_ARGS+=	BUILD_CLIENT=1
 Q3BIN+=		${Q3CLIENT}
+USES+=		sdl
 USE_SDL=	${IOQ3SDL}
 .else
 MAKE_ARGS+=	BUILD_CLIENT=0


More information about the svn-ports-head mailing list