diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-03 19:59:04 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-03 19:59:04 +0800 |
commit | aedd27de31dfff9db040a743fda81eca9d28c3ba (patch) | |
tree | e935f912103d551d55dade8404eeee33dc63e856 /mail | |
parent | 981991506b2ce7033c3dd082cfa2f2189c90ea60 (diff) | |
download | freebsd-ports-gnome-aedd27de31dfff9db040a743fda81eca9d28c3ba.tar.gz freebsd-ports-gnome-aedd27de31dfff9db040a743fda81eca9d28c3ba.tar.zst freebsd-ports-gnome-aedd27de31dfff9db040a743fda81eca9d28c3ba.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)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/dovecot-devel/Makefile | 2 | ||||
-rw-r--r-- | mail/dovecot/Makefile | 2 |
2 files changed, 2 insertions, 2 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 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 |