diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-02-10 17:19:01 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-02-10 21:49:02 +0100 |
commit | 14773212d332d6e0514ca55783e6b95a17a558c2 (patch) | |
tree | 7a666734d6341d8b2225abf5cea4619552a8548a /x11 | |
parent | 880e76d7c57d043049a0fbb216cecff33071dec5 (diff) | |
download | freebsd-ports-14773212d332d6e0514ca55783e6b95a17a558c2.zip |
x11/swaync: drop unused USES=localbase after 880e76d7c57d
Fixed by find_library('gtk-layer-shell') -> dependency('gtk-layer-shell-0')
https://github.com/ErikReider/SwayNotificationCenter/commit/605f1955855b
Diffstat (limited to 'x11')
-rw-r--r-- | x11/swaync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/swaync/Makefile b/x11/swaync/Makefile index 761c8098724c..29e8dc413bc8 100644 --- a/x11/swaync/Makefile +++ b/x11/swaync/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \ libgtk-layer-shell.so:x11-toolkits/gtk-layer-shell \ libhandy-1.so:x11-toolkits/libhandy -USES= compiler:c11 gnome localbase:ldflags meson pkgconfig \ +USES= compiler:c11 gnome meson pkgconfig \ python:build shebangfix vala:build USE_GITHUB= yes USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build |