diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2022-02-20 20:34:03 +0000 |
---|---|---|
committer | Neel Chauhan <nc@FreeBSD.org> | 2022-02-20 20:34:03 +0000 |
commit | a0f80c44ecde93e04a984c9053d965fa73594407 (patch) | |
tree | 37c628b7a402d0b56bd6e47ac0ac4e0bd2453f41 | |
parent | 287fe93c64fce1b5a5c400083e1eea3ef79d49c1 (diff) | |
download | ports-a0f80c44ecde93e04a984c9053d965fa73594407.tar.gz ports-a0f80c44ecde93e04a984c9053d965fa73594407.zip |
net-mgmt/netdata: Style fix
PR: 262059
-rw-r--r-- | net-mgmt/netdata/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/netdata/Makefile b/net-mgmt/netdata/Makefile index 38b00434f528..73a6ff414f39 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_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 |