git: b57e8ae77064 - main - emulators/yuzu: adjust consolekit2 comment

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 26 Feb 2024 13:14:22 UTC
The branch main has been updated by jbeich:

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

commit b57e8ae770640fa628a646a70e46395b5cab76bd
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2024-02-26 13:10:33 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2024-02-26 13:14:09 +0000

    emulators/yuzu: adjust consolekit2 comment
---
 emulators/yuzu/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 467f389f579d..f3fbb828eeab 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -138,7 +138,7 @@ post-patch:
 	@${REINPLACE_CMD} -e 's/@GIT_BRANCH@/master/' \
 		-e 's/@GIT_DESC@/${GH_TAGNAME}/' \
 		${WRKSRC}/src/common/scm_rev.cpp.in
-# Temporarily use ConsoleKit2 like sysutils/gnome-settings-daemon
+# https://github.com/ConsoleKit2/ConsoleKit2/issues/150
 	@${REINPLACE_CMD} -e 's,/login1,/ConsoleKit/Manager,' \
 		-e 's,login1,ConsoleKit,' \
 		${WRKSRC}/src/${PORTNAME}/main.cpp