diff options
author | mat <mat@FreeBSD.org> | 2015-11-17 00:20:42 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-11-17 00:20:42 +0800 |
commit | 2ec3e3f4172d44232f00980a93586e5c24af2aa3 (patch) | |
tree | c9e1d702a16d071910c95aed811572ae93112816 | |
parent | c6999a1319c96db04fd506eaf0aa652396441558 (diff) | |
download | freebsd-ports-gnome-2ec3e3f4172d44232f00980a93586e5c24af2aa3.tar.gz freebsd-ports-gnome-2ec3e3f4172d44232f00980a93586e5c24af2aa3.tar.zst freebsd-ports-gnome-2ec3e3f4172d44232f00980a93586e5c24af2aa3.zip |
Fix building WITH=MONGODB
Installing mongo-c-driver-1.1.9...
Extracting mongo-c-driver-1.1.9: .......... done
===> collectd5-5.5.0_3 depends on shared library: libmongoc.so - not found
*** Error code 1
Sponsored by: Absolight
-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} |