Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Apr 2020 02:08:16 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r531282 - head/x11/waybar
Message-ID:  <202004100208.03A28GYW074734@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Fri Apr 10 02:08:15 2020
New Revision: 531282
URL: https://svnweb.freebsd.org/changeset/ports/531282

Log:
  x11/waybar: track new package dependency after r531278
  
  0x00000001 NEEDED               Shared library: [libspdlog.so.1]
  
  PR:		244747

Modified:
  head/x11/waybar/Makefile   (contents, props changed)

Modified: head/x11/waybar/Makefile
==============================================================================
--- head/x11/waybar/Makefile	Fri Apr 10 01:48:59 2020	(r531281)
+++ head/x11/waybar/Makefile	Fri Apr 10 02:08:15 2020	(r531282)
@@ -25,11 +25,11 @@ COMMENT=	Highly customizable Wayland bar for Sway and 
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004100208.03A28GYW074734>