diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-02-21 06:46:31 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2022-02-21 06:46:39 +0000 |
commit | 140cad7652116fc608f3764570442ce07e8be97d (patch) | |
tree | 17331ebdf228bfeda21d42c7ceb2c8e75209a4bb | |
parent | dfba981c6333f5c8226a02cf18394e13f93ecf3f (diff) | |
download | ports-140cad7652116fc608f3764570442ce07e8be97d.tar.gz ports-140cad7652116fc608f3764570442ce07e8be97d.zip |
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
-rw-r--r-- | net-mgmt/netdata/Makefile | 4 |
1 files 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 |