Switch to openldap20 instead of openldap12 since the later is about

to be marked as BROKEN (and, thus, possibly removed)

PR:		57402
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2003-10-01 13:32:00 +00:00
parent a4cbbc13f6
commit a80f762b85
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=89973

View file

@ -19,6 +19,9 @@ EXTRA_PATCHES+= ${QMAIL_PORT_PATCHDIR}/patch-ab ${QMAIL_PORT_PATCHDIR}/patch-ac
MAINTAINER= lioux@FreeBSD.org
COMMENT= A SECURE, reliable, and FAST MTA for UNIX systems WITH LDAP support
# openldap12 is about to be removed
WITH_LDAP2= yes
.if !defined(WITH_LDAP2)
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
.else