From 0d483814d3921a01a074f184ec3aa5fd586f391c Mon Sep 17 00:00:00 2001 From: dinoex Date: Mon, 1 Aug 2005 11:00:48 +0000 Subject: - drop option LDAP_PORT --- mail/sendmail/Makefile | 6 ------ 1 file changed, 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 -- cgit