games/warzone2100: make sure the build doesn't try to download any files

This commit is contained in:
Dmitry Marakasov 2024-04-05 21:56:34 +03:00
parent 10758f498b
commit 3939d6495a

View file

@ -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}