Date: Mon, 28 Oct 2013 10:01:58 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331841 - head/security/sssd Message-ID: <201310281001.r9SA1wCj097417@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Mon Oct 28 10:01:58 2013 New Revision: 331841 URL: http://svnweb.freebsd.org/changeset/ports/331841 Log: security/sssd: fix ldap client dependency - Fix ldap client dependency PR: ports/183377 Submitted by: Lukas Slebodnik <lukas.slebodnik intrak.sk> (maintainer) Modified: head/security/sssd/Makefile Modified: head/security/sssd/Makefile ============================================================================== --- head/security/sssd/Makefile Mon Oct 28 09:58:14 2013 (r331840) +++ head/security/sssd/Makefile Mon Oct 28 10:01:58 2013 (r331841) @@ -26,7 +26,7 @@ LIB_DEPENDS= libpopt.so:${PORTSDIR}/deve libnss3.so:${PORTSDIR}/security/nss \ libsasl2.so:${PORTSDIR}/security/cyrus-sasl2 \ libkrb5.so:${PORTSDIR}/security/krb5 \ - libldap.so:${PORTSDIR}/net/openldap24-sasl-client \ + libldap.so:${PORTSDIR}/net/openldap24-client \ libinotify.so:${PORTSDIR}/devel/libinotify BUILD_DEPENDS= xmlcatalog:${PORTSDIR}/textproc/libxml2 \ docbook-xsl>=1:${PORTSDIR}/textproc/docbook-xsl \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310281001.r9SA1wCj097417>