diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-16 16:20:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-11-16 16:20:42 +0000 |
commit | 1637579b2c6555d34928a7ef5aee1ca8352ab862 (patch) | |
tree | c9e1d702a16d071910c95aed811572ae93112816 /net-mgmt | |
parent | f77581baf77b55930265412c2df8ec187166067b (diff) | |
download | ports-1637579b2c6555d34928a7ef5aee1ca8352ab862.tar.gz ports-1637579b2c6555d34928a7ef5aee1ca8352ab862.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/collectd5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/collectd5/Makefile b/net-mgmt/collectd5/Makefile index 75b7c4ea6b06..e2cefdd232a7 100644 --- a/net-mgmt/collectd5/Makefile +++ b/net-mgmt/collectd5/Makefile @@ -156,7 +156,7 @@ MODBUS_LIB_DEPENDS= libmodbus.so:${PORTSDIR}/comms/libmodbus MODBUS_CONFIGURE_ENABLE= modbus MODBUS_CONFIGURE_WITH= libmodbus=${LOCALBASE} -MONGODB_LIB_DEPENDS= libmongoc.so:${PORTSDIR}/devel/mongo-c-driver +MONGODB_LIB_DEPENDS= libmongoc-1.0.so:${PORTSDIR}/devel/mongo-c-driver MONGODB_CONFIGURE_ENABLE= write_mongodb MONGODB_CONFIGURE_WITH= libmongoc=${LOCALBASE} |