diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-08-15 00:49:31 +0000 |
commit | 23487909ca7033a70fc30adfb2f3bdadddcee493 (patch) | |
tree | c7a9a132ab286601d6d7a3590fd42cad88671385 /mail/dovecot | |
parent | 39602a96bc814acbf78e72edd603b5471a42823c (diff) | |
download | FreeBSD-ports-23487909ca7033a70fc30adfb2f3bdadddcee493.zip FreeBSD-ports-23487909ca7033a70fc30adfb2f3bdadddcee493.tar.gz |
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...
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 1504751..59029b3 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 |