summaryrefslogtreecommitdiff
path: root/mail/dovecot
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-08-15 00:49:31 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-08-15 00:49:31 +0000
commitb67a28791a0371d8bde0cfa4e774b3aac5411530 (patch)
tree9d173fd418f58fc2aa9356116feba4ad6291ee51 /mail/dovecot
parentQuick fix for INDEX build breakage by openldap2[012] split. (diff)
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect # packages built on bento...
Notes
Notes: svn path=/head/; revision=86964
Diffstat (limited to 'mail/dovecot')
-rw-r--r--mail/dovecot/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile
index 1504751a4dd3..59029b397a36 100644
--- a/mail/dovecot/Makefile
+++ b/mail/dovecot/Makefile
@@ -78,7 +78,7 @@ CONFIGURE_ARGS+= --with-vpopmail
# user database.
#
.if WITH_LDAP2
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21-client
CONFIGURE_ARGS+= --with-ldap
.endif