From b5f00d8d0d52bf9f92de84cd2de5063e7ebef7e1 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 31 Dec 2016 20:11:57 +0000 Subject: Use USE_OPENLDAP where appropriate --- net-mgmt/ccnet-client/Makefile | 4 ++-- 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 -- cgit v1.2.3