git: 6c6e8d01b0ef - 2023Q1 - emulators/yuzu: fix "(implies ...)" in WEBENGINE after 03a2c8684d388
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 14 Jan 2023 14:04:31 UTC
The branch 2023Q1 has been updated by jbeich: URL: https://cgit.FreeBSD.org/ports/commit/?id=6c6e8d01b0eff388d74ec78a531bd56b29d06f05 commit 6c6e8d01b0eff388d74ec78a531bd56b29d06f05 Author: Jan Beich <jbeich@FreeBSD.org> AuthorDate: 2023-01-14 14:02:33 +0000 Commit: Jan Beich <jbeich@FreeBSD.org> CommitDate: 2023-01-14 14:04:28 +0000 emulators/yuzu: fix "(implies ...)" in WEBENGINE after 03a2c8684d388 (cherry picked from commit d6ae9c10700cda8c8b95a4309145da64f7e76955) --- emulators/yuzu/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile index 30b56df90723..4f9225681135 100644 --- a/emulators/yuzu/Makefile +++ b/emulators/yuzu/Makefile @@ -129,7 +129,7 @@ VAAPI_LIB_DEPENDS= libva.so:multimedia/libva VULKAN_DESC= Vulkan renderer VULKAN_RUN_DEPENDS= ${LOCALBASE}/lib/libvulkan.so:graphics/vulkan-loader -WEBENGINE_DESC= Web applet support (implies ${NLS_IMPLIES}) +WEBENGINE_DESC= Web applet support (implies ${WEBENGINE_IMPLIES}) WEBENGINE_USE= QT=webengine WEBENGINE_CMAKE_BOOL= YUZU_USE_QT_WEB_ENGINE WEBENGINE_IMPLIES= GUI