Date: Sun, 2 Feb 2020 14:31:17 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r524962 - branches/2020Q1/games/bzflag Message-ID: <202002021431.012EVHru013744@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sun Feb 2 14:31:17 2020 New Revision: 524962 URL: https://svnweb.freebsd.org/changeset/ports/524962 Log: MFH: r524959 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 Approved by: ports-secteam blanket Modified: branches/2020Q1/games/bzflag/Makefile Directory Properties: branches/2020Q1/ (props changed) Modified: branches/2020Q1/games/bzflag/Makefile ============================================================================== --- branches/2020Q1/games/bzflag/Makefile Sun Feb 2 14:30:43 2020 (r524961) +++ branches/2020Q1/games/bzflag/Makefile Sun Feb 2 14:31:17 2020 (r524962) @@ -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?202002021431.012EVHru013744>