git: 5a36d25faa58 - main - net-mgmt/netdata: Depend on protobuf when CLOUD=on

From: Neel Chauhan <nc_at_FreeBSD.org>
Date: Sat, 19 Feb 2022 00:07:20 UTC
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5a36d25faa5863fc893353a36034c897d9b23b97

commit 5a36d25faa5863fc893353a36034c897d9b23b97
Author:     Namkhai B <namkhai.n3@protonmail.com>
AuthorDate: 2022-02-18 23:10:20 +0000
Commit:     Neel Chauhan <nc@FreeBSD.org>
CommitDate: 2022-02-19 00:07:05 +0000

    net-mgmt/netdata: Depend on protobuf when CLOUD=on
    
    PR:     261979
---
 net-mgmt/netdata/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile
index 32e46b08874e..38b00434f528 100644
--- a/net-mgmt/netdata/Makefile
+++ b/net-mgmt/netdata/Makefile
@@ -64,6 +64,7 @@ GOPLUGIN_DESC=		Enable the go collector plugin
 
 CLOUD_CONFIGURE_ON=		--with-aclk-ng
 CLOUD_CONFIGURE_OFF=		--disable-cloud
+CLOUD_LIB_DEPENDS=		libprotobuf.so:devel/protobuf
 CUPS_LIB_DEPENDS=		libcups.so:print/cups
 CUPS_CONFIGURE_ENABLE=		plugin-cups
 DBENGINE_LIB_DEPENDS=		libJudy.so:devel/judy \