aboutsummaryrefslogtreecommitdiff
path: root/mail/exim-old
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:26:55 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-02-24 02:26:55 +0000
commitf71e42907968a943a487a706769c1e40b0bac763 (patch)
treebe2af8add66fe5e1ce694fa8b4ec5da15630db07 /mail/exim-old
parent7a9d6125ded9edd0b4a6dae73ccfafce9dd26e70 (diff)
downloadports-f71e42907968a943a487a706769c1e40b0bac763.tar.gz
ports-f71e42907968a943a487a706769c1e40b0bac763.zip
Notes
Diffstat (limited to 'mail/exim-old')
-rw-r--r--mail/exim-old/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim-old/Makefile b/mail/exim-old/Makefile
index 1fbd7dc80b4c..7e462f2a8d4b 100644
--- a/mail/exim-old/Makefile
+++ b/mail/exim-old/Makefile
@@ -113,7 +113,7 @@ SEDLIST+= -e 's,XX_TCP_WRAPPERS_LIBS_XX,,'
.if defined(WITH_LDAP)
.if (${LDAP_LIB_TYPE} == OPENLDAP1) || (${LDAP_LIB_TYPE} == UMICHIGAN)
-LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap
+LIB_DEPENDS+= lber.1:${PORTSDIR}/net/openldap12
.elif ${LDAP_LIB_TYPE} == OPENLDAP2
LIB_DEPENDS+= lber.2:${PORTSDIR}/net/openldap2
.else