From be6c15b5c6de864408ba3f414a57f20ff622a2d0 Mon Sep 17 00:00:00 2001 From: Niclas Zeising Date: Tue, 5 Nov 2019 22:16:14 +0000 Subject: Add USES=xorg USES=gl, ports categories g Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. --- games/foobillard/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/foobillard/Makefile') diff --git a/games/foobillard/Makefile b/games/foobillard/Makefile index e4b50c222111..14d270d954b5 100644 --- a/games/foobillard/Makefile +++ b/games/foobillard/Makefile @@ -24,7 +24,7 @@ NVIDIA_BUMPREF_DESC= NVidia extensions FREETYPE_CONFIG?= ${LOCALBASE}/bin/freetype-config -USES= gmake +USES= gmake xorg GNU_CONFIGURE= yes USE_XORG= xaw ice @@ -39,9 +39,11 @@ DESKTOP_ENTRIES= "Foobillard" \ false .if ${PORT_OPTIONS:MSDL} +USES+= sdl USE_SDL= sdl CONFIGURE_ARGS+= --enable-SDL .else +USES+= gl USE_GL= glut CONFIGURE_ARGS+= --enable-glut .endif -- cgit v1.2.3