svn commit: r524959 - head/games/bzflag

Tobias Kortkamp tobik at FreeBSD.org
Sun Feb 2 14:29:09 UTC 2020


Author: tobik
Date: Sun Feb  2 14:29:08 2020
New Revision: 524959
URL: https://svnweb.freebsd.org/changeset/ports/524959

Log:
  games/bzflag-server: Unbreak after ports r516845
  
  ===>  bzflag-server-2.4.10_4 need to specify xorg modules with USE_XORG.
  *** Error code 1
  
  PR:		243796

Modified:
  head/games/bzflag/Makefile

Modified: head/games/bzflag/Makefile
==============================================================================
--- head/games/bzflag/Makefile	Sun Feb  2 14:24:56 2020	(r524958)
+++ head/games/bzflag/Makefile	Sun Feb  2 14:29:08 2020	(r524959)
@@ -16,10 +16,11 @@ LIB_DEPENDS=	libcurl.so:ftp/curl \
 		libcares.so:dns/c-ares
 
 GNU_CONFIGURE=	yes
-USES=		compiler:c++11-lib gl libtool localbase sdl tar:bzip2 xorg
+USES=		compiler:c++11-lib libtool localbase tar:bzip2
 INSTALL_TARGET=	install-strip
 
 .ifndef SERVER_ONLY
+USES+=		gl sdl xorg
 USE_GL=		gl glu
 USE_SDL=	sdl
 USE_XORG=	x11 xext xxf86vm sm ice


More information about the svn-ports-all mailing list