summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2005-08-01 11:00:48 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2005-08-01 11:00:48 +0000
commitbb8429b73eee8c73288987a4a2ae335f69f6a268 (patch)
treeb02f9e59fd8a8e4def8827b9aac96a22aa670b26 /mail
parent- drop openldap21-client (diff)
- drop option LDAP_PORT
Notes
Notes: svn path=/head/; revision=140641
Diffstat (limited to 'mail')
-rw-r--r--mail/sendmail/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/mail/sendmail/Makefile b/mail/sendmail/Makefile
index bcbd41954205..560ce910c5e7 100644
--- a/mail/sendmail/Makefile
+++ b/mail/sendmail/Makefile
@@ -126,13 +126,7 @@ CONFLICTS+= sendmail+tls-8.* \
sendmail+sasl2+db*-8.* \
sendmail+db*-8.*
CONFLICTS+= sendmail-sasl-8.* sendmail-sasl2-8.* sendmail-tls-8.*
-.if defined(LDAP_PORT)
-OPENLDAP_LIB?= libldap.so.2
-BUILD_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
-RUN_DEPENDS+= ${LOCALBASE}/lib/${OPENLDAP_LIB}:${PORTSDIR}/${LDAP_PORT}
-.else
USE_OPENLDAP= yes
-.endif
.else
CONFLICTS+= sendmail*+ldap*-8.*
.endif