aboutsummaryrefslogtreecommitdiff
path: root/games/freeminer
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-07 14:16:52 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-07 14:16:52 +0000
commitd08a5253b8e361f493a5e0b25a9388311025f441 (patch)
treedcd0a5543104d3ded598839ea7fc9d92eeb2af65 /games/freeminer
parent47738adc676a300c1c51cf193b78772510177c2c (diff)
downloadports-d08a5253b8e361f493a5e0b25a9388311025f441.tar.gz
ports-d08a5253b8e361f493a5e0b25a9388311025f441.zip
Do not set CLIENTS?_USES twice
Also drop misspelled CLIENTS_VERS in games/quakeforge. It probably was meant to be CLIENTS_VARS but the port does not use Gtk so INSTALLS_ICONS=yes should not be set anyway.
Notes
Notes: svn path=/head/; revision=516975
Diffstat (limited to 'games/freeminer')
-rw-r--r--games/freeminer/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/freeminer/Makefile b/games/freeminer/Makefile
index 60cec5996b2d..c59c7d5b5b18 100644
--- a/games/freeminer/Makefile
+++ b/games/freeminer/Makefile
@@ -43,8 +43,7 @@ CLIENT_CMAKE_ON= -DBUILD_CLIENT=1
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_USES= gl jpeg xorg
CLIENT_USE= GL=gl XORG=x11
SERVER_CMAKE_ON= -DBUILD_SERVER=1
SERVER_CMAKE_OFF= -DBUILD_SERVER=0