diff options
author | Dave Cottlehuber <dch@FreeBSD.org> | 2022-06-02 06:21:47 +0000 |
---|---|---|
committer | Dave Cottlehuber <dch@FreeBSD.org> | 2022-06-02 06:21:47 +0000 |
commit | e2b20d071b7ec11d505baae657e6950d380f6f59 (patch) | |
tree | c249ee4479753b28b73bd444db28e75d7bbc248f /net-mgmt | |
parent | b87a50522c7292380dacc26591e535ea6591234e (diff) | |
download | ports-e2b20d071b7ec11d505baae657e6950d380f6f59.tar.gz ports-e2b20d071b7ec11d505baae657e6950d380f6f59.zip |
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index ec7814898c80..50d6005cff13 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -2,7 +2,7 @@ PORTNAME= collectd PORTVERSION= 5.12.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net-mgmt MASTER_SITES= https://storage.googleapis.com/collectd-tarballs/ PKGNAMESUFFIX= 5 @@ -231,7 +231,7 @@ REDIS_CONFIGURE_ENABLE= redis write_redis REDIS_CONFIGURE_WITH= libhiredis=${LOCALBASE} RIEMANN_LIB_DEPENDS= libltdl.so:devel/libltdl \ - libriemann-client.so:net-mgmt/riemann-c-client + libriemann-client-gnutls.so:net-mgmt/riemann-c-client RIEMANN_CONFIGURE_ENABLE= write_riemann RRDTOOL_LIB_DEPENDS= librrd.so:databases/rrdtool |