aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-08-14 17:31:04 +0800
committerume <ume@FreeBSD.org>2003-08-14 17:31:04 +0800
commitc3f3da05891764ac74d54667885f0447a9e1f29a (patch)
treea246788d4e22d301e954164dff68f2b19b9643ec
parent3d608a2162f7f6d7aee51a478e7e822c3a04670d (diff)
downloadfreebsd-ports-gnome-c3f3da05891764ac74d54667885f0447a9e1f29a.tar.gz
freebsd-ports-gnome-c3f3da05891764ac74d54667885f0447a9e1f29a.tar.zst
freebsd-ports-gnome-c3f3da05891764ac74d54667885f0447a9e1f29a.zip
Depends on net/openldap*-client instead of net/openldap*.
-rw-r--r--security/cyrus-sasl2-saslauthd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/cyrus-sasl2-saslauthd/Makefile b/security/cyrus-sasl2-saslauthd/Makefile
index 68bf64c93122..1517f0f56822 100644
--- a/security/cyrus-sasl2-saslauthd/Makefile
+++ b/security/cyrus-sasl2-saslauthd/Makefile
@@ -61,8 +61,8 @@ CONFIGURE_ARGS+=--with-dblib=ndbm
.if defined(WITH_OPENLDAP_VER)
.if ${WITH_OPENLDAP_VER} == 20 || ${WITH_OPENLDAP_VER} == 21 || \
${WITH_OPENLDAP_VER} == 22
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER}
-LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER}
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER}-client
+LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap${WITH_OPENLDAP_VER}-client
CONFIGURE_ARGS+=--with-ldap=${PREFIX}
.else
BROKEN= "WITH_OPENLDAP_VER must be 20, 21 or 22"