diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-14 22:12:22 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-08-14 22:12:22 +0000 |
commit | 7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a (patch) | |
tree | 046589911dd65a013b01d27383fe064c31f921d9 /mail/exim | |
parent | dd1e0961ec504a3d6b1c5f9f4a4171569ba574cc (diff) | |
download | ports-7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a.tar.gz ports-7c0800f7ecd0f2b76fcb23e301be3bcbfa23e29a.zip |
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 6d46c85aab1f..2abde4cffdfb 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -7,7 +7,7 @@ PORTNAME= exim PORTVERSION= ${EXIM_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_EXIM} \ http://duncanthrax.net/%SUBDIR%/:exiscan_acl @@ -185,10 +185,10 @@ WITH_OPENLDAP2= yes .if defined(WITH_OPENLDAP21) LDAP_LIB_TYPE= OPENLDAP2 -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap21 +LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap21-client .elif defined(WITH_OPENLDAP2) || defined(WITH_OPENLDAP20) LDAP_LIB_TYPE= OPENLDAP2 -LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20 +LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap20-client .elif defined(WITH_OPENLDAP1) LDAP_LIB_TYPE= OPENLDAP1 LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap12 |