diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-07-01 08:00:55 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2022-07-01 08:01:22 +0000 |
commit | b2eed2d66478efa63594275ffecd1be2d565c983 (patch) | |
tree | df4b62097d4e0cf29575b4967259fd38d38a6951 /x11-wm/sway | |
parent | ddeb87975277299c05220d994759b1aabb4f6c2c (diff) |
wayland: add wayland virtual category
Diffstat (limited to 'x11-wm/sway')
-rw-r--r-- | x11-wm/sway/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/sway/Makefile b/x11-wm/sway/Makefile index a9f3c56f42c7..3cd490d17d93 100644 --- a/x11-wm/sway/Makefile +++ b/x11-wm/sway/Makefile @@ -1,6 +1,6 @@ PORTNAME= sway DISTVERSION= 1.7 -CATEGORIES= x11-wm +CATEGORIES= x11-wm wayland PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ PATCHFILES+= cd9d1038a822.patch:-p1 # https://github.com/swaywm/sway/pull/5090 |