git: 65ed9403302b - main - emulators/yuzu: drop bundled libzip workaround after cfdb18e50fc5

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Fri, 04 Nov 2022 17:24:23 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=65ed9403302bb115966e2e00d854ebcee300f5af

commit 65ed9403302bb115966e2e00d854ebcee300f5af
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-04 17:07:53 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-04 17:23:17 +0000

    emulators/yuzu: drop bundled libzip workaround after cfdb18e50fc5
    
    9d5c779a3fea kept it only in case system libzip was too old.
---
 emulators/yuzu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index eb514840686d..81ec7ef76e43 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -61,7 +61,7 @@ USE_GCC=	yes:build # libc++ lacks std::atomic_ref, std::ranges
 USE_SDL=	sdl2
 CMAKE_ON=	Boost_USE_STATIC_LIBS
 CMAKE_ON+=	BUNDLE_SPEEX # only used by cubeb tests
-CMAKE_OFF=	YUZU_USE_BUNDLED_OPUS YUZU_USE_EXTERNAL_SDL2 ENABLE_GNUTLS ENABLE_MBEDTLS
+CMAKE_OFF=	YUZU_USE_BUNDLED_OPUS YUZU_USE_EXTERNAL_SDL2
 CMAKE_OFF+=	${CMAKE_TESTING_ON}
 CMAKE_TESTING_ON=	YUZU_TESTS
 LDFLAGS+=	-static-libstdc++ # avoid libc++ conflict, requires files/patch-fmt