aboutsummaryrefslogtreecommitdiff
path: root/mail/dovecot-devel
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-03 11:59:04 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-03 11:59:04 +0000
commitf6893255d478ed4449ff6dc9b65b5288bb051521 (patch)
treed5102f235c80abd8145ba7f77fa44385fa765be0 /mail/dovecot-devel
parent1d159680ad03052edc614b52b17e5bd269388aae (diff)
downloadports-f6893255d478ed4449ff6dc9b65b5288bb051521.tar.gz
ports-f6893255d478ed4449ff6dc9b65b5288bb051521.zip
update mail/dovecot:
- Update the dependancy on OpenLDAP to the 2.1 port. PR: 54052 Submitted by: Dominic Marks <dom@cus.org.uk> (maintainer)
Notes
Notes: svn path=/head/; revision=84128
Diffstat (limited to 'mail/dovecot-devel')
-rw-r--r--mail/dovecot-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot-devel/Makefile b/mail/dovecot-devel/Makefile
index 4774569feabc..add951b328ef 100644
--- a/mail/dovecot-devel/Makefile
+++ b/mail/dovecot-devel/Makefile
@@ -76,7 +76,7 @@ CONFIGURE_ARGS+= --with-vpopmail
# user database.
#
.if WITH_LDAP2
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20
+LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap21
CONFIGURE_ARGS+= --with-ldap
.endif