Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Feb 2020 14:29:08 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r524959 - head/games/bzflag
Message-ID:  <202002021429.012ET8Yn011761@repo.freebsd.org>

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



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