diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:21:16 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 22:21:16 +0000 |
commit | a3c56e68df3a7bf6713f80ab7c2e99f961e98a80 (patch) | |
tree | 831a3c893bea5650066440c5b2854bd428d2cc44 /games/bloodfrontier | |
parent | 680550419d6ab5747243411408ef3f63ee7d4b77 (diff) | |
download | ports-a3c56e68df3a7bf6713f80ab7c2e99f961e98a80.tar.gz ports-a3c56e68df3a7bf6713f80ab7c2e99f961e98a80.zip |
Notes
Diffstat (limited to 'games/bloodfrontier')
-rw-r--r-- | games/bloodfrontier/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/bloodfrontier/Makefile b/games/bloodfrontier/Makefile index a831b310ec1c..0eed8aee072c 100644 --- a/games/bloodfrontier/Makefile +++ b/games/bloodfrontier/Makefile @@ -37,6 +37,7 @@ OPTIONS_MULTI_COMPONENTS=CLIENT DEDICATED OPTIONS_DEFAULT= CLIENT DEDICATED OPTIMIZED_CFLAGS CLIENT_DESC= Build client +CLIENT_USES= gl sdl xorg CLIENT_USE= GL=gl SDL=image,mixer,sdl XORG=x11 CLIENT_ALL_TARGET= client CLIENT_PLIST_FILES= bin/bfclient libexec/bfclient \ |