diff options
author | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-03 11:59:04 +0000 |
---|---|---|
committer | Daichi GOTO <daichi@FreeBSD.org> | 2003-07-03 11:59:04 +0000 |
commit | f6893255d478ed4449ff6dc9b65b5288bb051521 (patch) | |
tree | d5102f235c80abd8145ba7f77fa44385fa765be0 /mail/dovecot | |
parent | 1d159680ad03052edc614b52b17e5bd269388aae (diff) |
Notes
Diffstat (limited to 'mail/dovecot')
-rw-r--r-- | mail/dovecot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dovecot/Makefile b/mail/dovecot/Makefile index 4774569feabc..add951b328ef 100644 --- a/mail/dovecot/Makefile +++ b/mail/dovecot/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 |