git: 140cad765211 - main - net-mgmt/netdata: Correct previous commit by defining correct dependency
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 21 Feb 2022 07:25:34 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=140cad7652116fc608f3764570442ce07e8be97d commit 140cad7652116fc608f3764570442ce07e8be97d Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2022-02-21 06:46:31 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2022-02-21 06:46:39 +0000 net-mgmt/netdata: Correct previous commit by defining correct dependency CLOUD_LIB_DEPENDS should be libprotobuf and CUPS still depends on libcups Reported by: Namkhai B Approved by: portmgr (blanket approval) Fixes: a0f80c4 - net-mgmt/netdata: Style fix --- net-mgmt/netdata/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index 73a6ff414f39..eae0d56815a5 100644 --- a/net-mgmt/netdata/Makefile +++ b/net-mgmt/netdata/Makefile @@ -62,10 +62,10 @@ DBENGINE_DESC= Enable support for database engine FREEIPMI_DESC= Enable support for freeipmi GOPLUGIN_DESC= Enable the go collector plugin -CLOUD_LIB_DEPENDS= libcups.so:print/cups +CLOUD_LIB_DEPENDS= libprotobuf.so:devel/protobuf 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 \ liblz4.so:archivers/liblz4