svn commit: r516969 - head/games/assaultcube

Antoine Brodin antoine at FreeBSD.org
Thu Nov 7 12:53:04 UTC 2019


Author: antoine
Date: Thu Nov  7 12:53:03 2019
New Revision: 516969
URL: https://svnweb.freebsd.org/changeset/ports/516969

Log:
  Unbreak

Modified:
  head/games/assaultcube/Makefile

Modified: head/games/assaultcube/Makefile
==============================================================================
--- head/games/assaultcube/Makefile	Thu Nov  7 12:32:29 2019	(r516968)
+++ head/games/assaultcube/Makefile	Thu Nov  7 12:53:03 2019	(r516969)
@@ -39,8 +39,7 @@ OPTIONS_MULTI_BUILD=	CLIENT DEDICATED MASTER
 OPTIONS_DEFAULT=	CLIENT DEDICATED
 
 CLIENT_DESC=	Build client
-CLIENT_USES=		gettext-runtime openal:al
-CLIENT_USES=		gl xorg
+CLIENT_USES=		gettext-runtime gl openal:al sdl xorg
 CLIENT_USE=		GL=gl SDL=image,sdl XORG=x11
 CLIENT_LIB_DEPENDS=	libvorbisfile.so:audio/libvorbis \
 			libcurl.so:ftp/curl


More information about the svn-ports-all mailing list