aboutsummaryrefslogtreecommitdiff
path: root/games/freeminer
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-05 22:21:16 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-05 22:21:16 +0000
commita3c56e68df3a7bf6713f80ab7c2e99f961e98a80 (patch)
tree831a3c893bea5650066440c5b2854bd428d2cc44 /games/freeminer
parent680550419d6ab5747243411408ef3f63ee7d4b77 (diff)
downloadports-a3c56e68df3a7bf6713f80ab7c2e99f961e98a80.tar.gz
ports-a3c56e68df3a7bf6713f80ab7c2e99f961e98a80.zip
Add USES=xorg USES=gl, ports categories e and g
Add USES=xorg and USES=gl to ports in categories starting with 'e' and 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes: svn path=/head/; revision=516847
Diffstat (limited to 'games/freeminer')
-rw-r--r--games/freeminer/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/freeminer/Makefile b/games/freeminer/Makefile
index 94ce89d6e4df..60cec5996b2d 100644
--- a/games/freeminer/Makefile
+++ b/games/freeminer/Makefile
@@ -44,6 +44,7 @@ CLIENT_CMAKE_OFF= -DBUILD_CLIENT=0
CLIENT_LIB_DEPENDS= libpng.so:graphics/png \
libIrrlicht.so:x11-toolkits/irrlicht
CLIENT_USES= jpeg
+CLIENT_USES= gl xorg
CLIENT_USE= GL=gl XORG=x11
SERVER_CMAKE_ON= -DBUILD_SERVER=1
SERVER_CMAKE_OFF= -DBUILD_SERVER=0