diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-28 18:08:07 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2021-05-28 18:08:22 +0000 |
commit | 8a62ec8a51f32a5e705c0a95d21074932cd27de5 (patch) | |
tree | 33782ccf87366abfdbc37ef015a9bf8776a51f3f | |
parent | 89d48dbde484796e8ded0df0b453c3b1a6a0819b (diff) | |
download | ports-8a62ec8a51f32a5e705c0a95d21074932cd27de5.tar.gz ports-8a62ec8a51f32a5e705c0a95d21074932cd27de5.zip |
games/DDNet: enable some more options by default
-rw-r--r-- | games/DDNet/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/DDNet/Makefile b/games/DDNet/Makefile index abf356f5caf5..257b57c0fdbd 100644 --- a/games/DDNet/Makefile +++ b/games/DDNet/Makefile @@ -1,5 +1,6 @@ PORTNAME= DDNet PORTVERSION= 15.4 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= https://ddnet.tw/downloads/ @@ -17,7 +18,7 @@ PORTDATA= * DATADIR= ${PREFIX}/share/ddnet OPTIONS_DEFINE= CLIENT TEST WEBSOCKETS MYSQL VIDEORECORDER UPNP -OPTIONS_DEFAULT= CLIENT TEST +OPTIONS_DEFAULT= CLIENT TEST VIDEORECORDER UPNP OPTIONS_SUB= yes CLIENT_DESC= Build game client |