From 61f406a5cebdb4cd9f88278c14cc1de1754f26b8 Mon Sep 17 00:00:00 2001 From: Kevin Zheng Date: Tue, 9 Mar 2021 16:48:05 -0800 Subject: [PATCH] games/bzflag: Fix dependencies --- games/bzflag/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/games/bzflag/Makefile b/games/bzflag/Makefile index e7cc689062c9..3c7d705e4243 100644 --- a/games/bzflag/Makefile +++ b/games/bzflag/Makefile @@ -15,17 +15,16 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ libcares.so:dns/c-ares GNU_CONFIGURE= yes -USES= autoreconf compiler:c++11-lib libtool localbase tar:bzip2 +USES= autoreconf compiler:c++11-lib libtool localbase tar:bzip2 ncurses INSTALL_TARGET= install-strip .ifndef SERVER_ONLY USES+= gl sdl xorg USE_GL= gl glu glew -USE_SDL= sdl +USE_SDL= sdl2 USE_XORG= x11 xext xxf86vm sm ice xcb xshmfence xdamage xfixes .endif -CONFIGURE_ARGS= --enable-ares-build CPPFLAGS+= -I ${LOCALBASE}/include .ifdef SERVER_ONLY -- 2.30.1