aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/perdition/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/perdition/Makefile b/mail/perdition/Makefile
index 5a76f89810aa..dbed414f2f14 100644
--- a/mail/perdition/Makefile
+++ b/mail/perdition/Makefile
@@ -136,7 +136,7 @@ PLIST_SUB+= PGSQL="@comment "
.if defined(WITH_OPENLDAP)
CONFIGURE_ARGS+= --enable-ldap --with-ldap-schema-directory=${LOCALBASE}/etc/openldap/schema/
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${LDAP_VER}
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap${LDAP_VER}-client
PLIST_SUB+= OPENLDAP=""
MAN8+= perditiondb_ldap_makedb.8
.else