git: d6ae9c10700c - main - 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:20 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d6ae9c10700cda8c8b95a4309145da64f7e76955
commit d6ae9c10700cda8c8b95a4309145da64f7e76955
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:16 +0000
emulators/yuzu: fix "(implies ...)" in WEBENGINE after 03a2c8684d388
---
emulators/yuzu/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index f890c1368a92..6c6f8abc2baf 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -124,7 +124,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