diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-07-01 10:00:55 +0200 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-07-01 10:01:22 +0200 |
commit | b2eed2d66478efa63594275ffecd1be2d565c983 (patch) | |
tree | df4b62097d4e0cf29575b4967259fd38d38a6951 /x11/wezterm | |
parent | sysutils/btop: update to 1.2.8 (diff) |
wayland: add wayland virtual category
Diffstat (limited to 'x11/wezterm')
-rw-r--r-- | x11/wezterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/wezterm/Makefile b/x11/wezterm/Makefile index 740c942bde78..b9e9d47f6a95 100644 --- a/x11/wezterm/Makefile +++ b/x11/wezterm/Makefile @@ -1,6 +1,6 @@ PORTNAME= wezterm DISTVERSION= 20220624-141144-bd1b7c5d -CATEGORIES= x11 +CATEGORIES= x11 wayland MAINTAINER= jbeich@FreeBSD.org COMMENT= GPU-accelerated terminal emulator and multiplexer |