summaryrefslogtreecommitdiff
path: root/mail/perdition
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-08-16 14:36:22 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-08-16 14:36:22 +0000
commit5a53298f8531cf6ed19313e1efe7797a4662820e (patch)
tree6277d24c34a8e861d26e8d77168d1606606e96ff /mail/perdition
parentAdd jadetex to BUILD_DEPENDS. (diff)
Update to be compliant with new openldap21-client ports.
PR: ports/55588 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Notes
Notes: svn path=/head/; revision=87059
Diffstat (limited to 'mail/perdition')
-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