diff options
author | Namkhai B <namkhai.n3@protonmail.com> | 2022-02-18 23:10:20 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-02-19 00:07:05 +0000 |
commit | 5a36d25faa5863fc893353a36034c897d9b23b97 (patch) | |
tree | 10492138d4e910030f96ed5ef0668c339146a229 | |
parent | 322d74cac2358470a0ba1aa5e93f2e54971397c9 (diff) | |
download | ports-5a36d25faa5863fc893353a36034c897d9b23b97.tar.gz ports-5a36d25faa5863fc893353a36034c897d9b23b97.zip |
net-mgmt/netdata: Depend on protobuf when CLOUD=on
PR: 261979
-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 \ |