diff options
author | Namkhai B <namkhai.n3@protonmail.com> | 2022-02-18 23:10:20 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-02-18 16:07:05 -0800 |
commit | 5a36d25faa5863fc893353a36034c897d9b23b97 (patch) | |
tree | 10492138d4e910030f96ed5ef0668c339146a229 /net-mgmt | |
parent | net-mgmt/netdata: Remove claim script when CLOUD=off (diff) |
net-mgmt/netdata: Depend on protobuf when CLOUD=on
PR: 261979
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/netdata/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |