aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2003-02-24 10:26:55 +0800
committeredwin <edwin@FreeBSD.org>2003-02-24 10:26:55 +0800
commitaa907393a43d485ac47828736a41d6eb86da75c1 (patch)
treeb432e76194a3ecb6580c9967b951af7bea6e42ee /mail/exim
parent8ad9cc786c1a50f53d6701a10830aa240bb9d8ca (diff)
downloadfreebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.tar.gz
freebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.tar.zst
freebsd-ports-gnome-aa907393a43d485ac47828736a41d6eb86da75c1.zip
Point dependencies on net/openldap to net/openldap12
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index be4468e6a8a7..227ce98e5d2c 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -151,7 +151,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