aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2024-04-05 18:56:34 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2024-04-06 22:24:11 +0000
commit3939d6495a3044f19133bc0d7cb76381c073fe63 (patch)
tree15653a5f6c400e0500125f57cee448316b20272e
parent10758f498bf309a56335cb9b9c5eb20ef1c06f94 (diff)
downloadports-3939d6495a3044f19133bc0d7cb76381c073fe63.tar.gz
ports-3939d6495a3044f19133bc0d7cb76381c073fe63.zip
games/warzone2100: make sure the build doesn't try to download any files
-rw-r--r--games/warzone2100/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/games/warzone2100/Makefile b/games/warzone2100/Makefile
index 59fe7866a7b7..7042b8350dcf 100644
--- a/games/warzone2100/Makefile
+++ b/games/warzone2100/Makefile
@@ -39,6 +39,7 @@ CMAKE_ARGS= -DWZ_DISTRIBUTOR="FreeBSD ports" \
-DWZ_ENABLE_WARNINGS_AS_ERRORS=FALSE \
-DFETCHCONTENT_FULLY_DISCONNECTED=TRUE \
-DWZ_FORCE_MINIMAL_OPUSFILE=FALSE \
+ -DWZ_DOWNLOAD_PREBUILT_PACKAGES=FALSE \
-DFMT_INSTALL=FALSE
WRKSRC= ${WRKDIR}/${PORTNAME}