svn commit: r331841 - head/security/sssd
William Grzybowski
wg at FreeBSD.org
Mon Oct 28 10:01:58 UTC 2013
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 \
More information about the svn-ports-all
mailing list