aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-12 00:17:46 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-12 00:17:46 +0000
commitf1e73bcb69aa8e1051cff1fb4cc5190487228bed (patch)
tree8137d2164de42974db6a1ac267081c7010dec049 /x11
parent1fea9088ff9691d94abfdba6d8675fe1a3cf2fbd (diff)
downloadports-f1e73bcb69aa8e1051cff1fb4cc5190487228bed.tar.gz
ports-f1e73bcb69aa8e1051cff1fb4cc5190487228bed.zip
x11/waybar: chase r538356
===> waybar-0.9.2_1 depends on shared library: libtz.so - not found Reported by: pkg-fallout
Notes
Notes: svn path=/head/; revision=538557
Diffstat (limited to 'x11')
-rw-r--r--x11/waybar/Makefile4
-rw-r--r--x11/waybar/files/date.pc.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/waybar/Makefile b/x11/waybar/Makefile
index 86e78bbbb1a5..0a582010f90d 100644
--- a/x11/waybar/Makefile
+++ b/x11/waybar/Makefile
@@ -2,7 +2,7 @@
PORTNAME= waybar
DISTVERSION= 0.9.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -27,7 +27,7 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= wayland-protocols>0:graphics/wayland-protocols
-LIB_DEPENDS= libtz.so:devel/date \
+LIB_DEPENDS= libdate-tz.so:devel/date \
libjsoncpp.so:devel/jsoncpp \
libfmt.so:devel/libfmt \
libspdlog.so:devel/spdlog \
diff --git a/x11/waybar/files/date.pc.in b/x11/waybar/files/date.pc.in
index 6caf9124bca0..a0bd9279cb1d 100644
--- a/x11/waybar/files/date.pc.in
+++ b/x11/waybar/files/date.pc.in
@@ -5,6 +5,6 @@ includedir=${prefix}/include
Name: date
Description: Date and time library based on the C++11/14/17 <chrono> header
-Version: 2.4.1
+Version: 3.0.0
Cflags: -I${includedir}
-Libs: -L${libdir} -ltz
+Libs: -L${libdir} -ldate-tz