From e4a2de952f01b88730e423a2d4a2a8214422f50a Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 4 Sep 2018 23:39:59 +0800 Subject: [PATCH] install-deps: s/openldap-client/openldap24-client/ please refer: https://svnweb.freebsd.org/ports/head/net/openldap24-client/ https://svnweb.freebsd.org/ports/head/net/openldap-client/ Signed-off-by: Kefu Chai --- install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.sh b/install-deps.sh index e4cfedc668a..7a8aa07f228 100755 --- a/install-deps.sh +++ b/install-deps.sh @@ -152,7 +152,7 @@ if [ x$(uname)x = xFreeBSDx ]; then lang/cython \ devel/py-virtualenv \ databases/leveldb \ - net/openldap-client \ + net/openldap24-client \ security/nss \ archivers/snappy \ archivers/liblz4 \