Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Apr 2024 22:24:16 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3939d6495a30 - main - games/warzone2100: make sure the build doesn't try to download any files
Message-ID:  <202404062224.436MOG37049598@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by amdmi3:

URL: https://cgit.FreeBSD.org/ports/commit/?id=3939d6495a3044f19133bc0d7cb76381c073fe63

commit 3939d6495a3044f19133bc0d7cb76381c073fe63
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2024-04-05 18:56:34 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2024-04-06 22:24:11 +0000

    games/warzone2100: make sure the build doesn't try to download any files
---
 games/warzone2100/Makefile | 1 +
 1 file changed, 1 insertion(+)

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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202404062224.436MOG37049598>