summaryrefslogtreecommitdiff
path: root/games/DDNet/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/DDNet/Makefile')
-rw-r--r--games/DDNet/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile
index e016fe8cda71..543954f8b8b0 100644
--- a/games/DDNet/Makefile
+++ b/games/DDNet/Makefile
@@ -1,6 +1,6 @@
PORTNAME= DDNet
-PORTVERSION= 19.1
-PORTREVISION= 2
+PORTVERSION= 19.3
+PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://ddnet.tw/downloads/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
@@ -40,7 +40,7 @@ DATADIR= ${PREFIX}/share/ddnet
TEST_ENV= ${MAKE_ENV} GTEST_FILTER=-Io.CurrentExe:Jobs.LookupHost:Io.CurrentExe:Jobs.LookupHostWebsocket
-OPTIONS_DEFINE= TEST WEBSOCKETS MYSQL VIDEORECORDER UPNP VULKAN
+OPTIONS_DEFINE= TEST WEBSOCKET MYSQL VIDEORECORDER UPNP VULKAN
OPTIONS_MULTI= COMPONENTS
OPTIONS_MULTI_COMPONENTS=CLIENT SERVER
OPTIONS_DEFAULT= CLIENT SERVER VIDEORECORDER UPNP VULKAN
@@ -68,9 +68,8 @@ SERVER_BUILD_DEPENDS= glew>=0:graphics/glew \
TEST_BUILD_DEPENDS= googletest>=0:devel/googletest
TEST_TEST_TARGET= run_tests # tests are broken
-WEBSOCKETS_DESC= Enable WebSocket support for server
-WEBSOCKETS_CMAKE_BOOL= WEBSOCKETS
-WEBSOCKETS_LIB_DEPENDS= libwebsockets.so:net/libwebsockets
+WEBSOCKET_CMAKE_BOOL= WEBSOCKETS
+WEBSOCKET_LIB_DEPENDS= libwebsockets.so:net/libwebsockets
MYSQL_DESC= Enable MySQL/MariaDB support for server
MYSQL_CMAKE_BOOL= MYSQL