git: 3939d6495a30 - main - games/warzone2100: make sure the build doesn't try to download any files
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 06 Apr 2024 22:24:16 UTC
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}