diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2020-04-10 02:08:15 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2020-04-10 02:08:15 +0000 |
commit | 97b12a17269f341079dae4ed2a6853213462eab3 (patch) | |
tree | 69cae9517cee7bcdebefa056730d10e33fa4268a /x11/waybar/Makefile | |
parent | 5b697d0faf084648d65c686975c0c8c93abae8b2 (diff) | |
download | ports-97b12a17269f341079dae4ed2a6853213462eab3.tar.gz ports-97b12a17269f341079dae4ed2a6853213462eab3.zip |
Notes
Diffstat (limited to 'x11/waybar/Makefile')
-rw-r--r-- | x11/waybar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile index 95ef2cd92f3c..6e551abb084a 100644 --- a/x11/waybar/Makefile +++ b/x11/waybar/Makefile @@ -25,11 +25,11 @@ COMMENT= Highly customizable Wayland bar for Sway and wlroots-based compositors LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= spdlog>0:devel/spdlog \ - wayland-protocols>0:graphics/wayland-protocols +BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols LIB_DEPENDS= libtz.so:devel/date \ libjsoncpp.so:devel/jsoncpp \ libfmt.so:devel/libfmt \ + libspdlog.so:devel/spdlog \ libwayland-client.so:graphics/wayland USES= compiler:c++17-lang gnome meson pkgconfig |