diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-12-31 20:11:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-12-31 20:11:57 +0000 |
commit | b5f00d8d0d52bf9f92de84cd2de5063e7ebef7e1 (patch) | |
tree | ab83d3a382065ae70bc5df71f3f643750765d7c0 /net-mgmt | |
parent | b64a7dbf89e9ca8c91aa87cbffc3f64211d83220 (diff) |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ccnet-client/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/ccnet-server/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/ccnet-client/Makefile b/net-mgmt/ccnet-client/Makefile index 3f1cb916d299..bb9bd22da843 100644 --- a/net-mgmt/ccnet-client/Makefile +++ b/net-mgmt/ccnet-client/Makefile @@ -18,8 +18,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libzdb.so:databases/libzdb \ libuuid.so:misc/e2fsprogs-libuuid \ libevent.so:devel/libevent2 \ - libjansson.so:devel/jansson \ - libldap.so:net/openldap24-client + libjansson.so:devel/jansson CONFLICTS= ccnet-server-[0-9]* @@ -30,6 +29,7 @@ GH_PROJECT= ccnet USES= autoreconf gettext libtool localbase pathfix pkgconfig \ python:-2.7 shebangfix ssl USE_LDCONFIG= yes +USE_OPENLDAP= yes SHEBANG_FILES= tools/*.py CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" diff --git a/net-mgmt/ccnet-server/Makefile b/net-mgmt/ccnet-server/Makefile index 00a5532f8de0..a755c8f708a3 100644 --- a/net-mgmt/ccnet-server/Makefile +++ b/net-mgmt/ccnet-server/Makefile @@ -19,8 +19,7 @@ LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libzdb.so:databases/libzdb \ libuuid.so:misc/e2fsprogs-libuuid \ libevent.so:devel/libevent2 \ - libjansson.so:devel/jansson \ - libldap.so:net/openldap24-client + libjansson.so:devel/jansson CONFLICT= ccnet-[0-9]* @@ -30,6 +29,7 @@ GH_ACCOUNT= haiwen USES= autoreconf gettext libtool localbase mysql:client \ pathfix pgsql pkgconfig python:-2.7 shebangfix ssl USE_LDCONFIG= yes +USE_OPENLDAP= yes CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" GNU_CONFIGURE= yes |