aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2024-02-26 13:10:33 +0000
committerJan Beich <jbeich@FreeBSD.org>2024-02-26 13:14:13 +0000
commit2c47b4ff16b5086c6a989922c57bff9c402e22d0 (patch)
treeca0c6f5c3dc3a78214d8a6c8fa00c74ae0404ee5
parent3a6274ba0d14c32c9647e1cd3bd32d227ac7a258 (diff)
downloadports-2c47b4ff16b5086c6a989922c57bff9c402e22d0.tar.gz
ports-2c47b4ff16b5086c6a989922c57bff9c402e22d0.zip
x11/waybar: adjust consolekit2 comment
-rw-r--r--x11/waybar/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile
index df779f896c41..e3674857ea35 100644
--- a/x11/waybar/Makefile
+++ b/x11/waybar/Makefile
@@ -144,7 +144,7 @@ post-patch:
@${REINPLACE_CMD} -i .nogit -e 's/git.found()/false/' \
-e '/project_version/s/@0@/${DISTVERSIONFULL}/' \
${WRKSRC}/meson.build
-# 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\1,g' \
${WRKSRC}/src/modules/backlight.cpp \