diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:16:14 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:16:14 +0000 |
commit | be6c15b5c6de864408ba3f414a57f20ff622a2d0 (patch) | |
tree | 86bd1ae6afedaa57f4eef276444e85b00f8c8e63 /games/nexuiz/Makefile | |
parent | 2428d822895b6225746f9e1d2bed3143711fcf14 (diff) |
Notes
Diffstat (limited to 'games/nexuiz/Makefile')
-rw-r--r-- | games/nexuiz/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/nexuiz/Makefile b/games/nexuiz/Makefile index a037d2a507c5..aab6c5a5b37a 100644 --- a/games/nexuiz/Makefile +++ b/games/nexuiz/Makefile @@ -52,6 +52,7 @@ MAPPACK_DISTFILES= nexmappack_r2${EXTRACT_SUFX}:mappack .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MCLIENT} +USES+= gl xorg USE_GL= glut USE_XORG= x11 xpm xxf86vm xxf86dga xext ALL_TARGET+= cl-release @@ -66,6 +67,7 @@ DESKTOP_ENTRIES="Nexuiz" \ .endif .if ${PORT_OPTIONS:MSDL_CLIENT} +USES+= sdl USE_SDL= sdl ALL_TARGET+= sdl-release PLIST_FILES+= bin/${PORTNAME}-sdl |