diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2022-12-21 18:10:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-05-17 18:26:52 +0000 |
commit | 4ba45c71a5a0d183d6d17d72f30ead2628a7401a (patch) | |
tree | b20734c3950846cedf641de15208aa7caf446334 | |
parent | a5b316b2b17b42535e20fdb8643104582fe9c940 (diff) | |
download | freebsd-ports-4ba45c71a5a0d183d6d17d72f30ead2628a7401a.zip |
x11/libinput: drop non-leaf from wayland category
-rw-r--r-- | x11/libinput/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libinput/Makefile b/x11/libinput/Makefile index 464fbdff0d8c..5975c61ac16b 100644 --- a/x11/libinput/Makefile +++ b/x11/libinput/Makefile @@ -1,6 +1,6 @@ PORTNAME= libinput DISTVERSION= 1.23.0 -CATEGORIES= x11 wayland +CATEGORIES= x11 MAINTAINER= x11@FreeBSD.org COMMENT= Generic input library |