summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/wlr-which-key/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/wlr-which-key/Makefile b/x11/wlr-which-key/Makefile
index e35d5a50c5c2..bddb529561ae 100644
--- a/x11/wlr-which-key/Makefile
+++ b/x11/wlr-which-key/Makefile
@@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v
DISTVERSION= 1.2.0
CATEGORIES= x11 wayland
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= nivit@FreeBSD.org
COMMENT= Keymap manager for wlroots-based compositors
WWW= https://github.com/MaxVerevkin/wlr-which-key
@@ -14,8 +14,9 @@ LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon
USES= cargo gnome
USE_GITHUB= yes
-USE_GNOME= cairo pango
GH_ACCOUNT= MaxVerevkin
+USE_GNOME= cairo pango
+
PLIST_FILES= bin/${PORTNAME}
.include <bsd.port.mk>