1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

- drop option LDAP_PORT

This commit is contained in:
Dirk Meyer 2005-08-01 11:00:48 +00:00
parent 392e6367dc
commit bb8429b73e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140641

View File

@ -126,13 +126,7 @@ CONFLICTS+= sendmail+tls-8.* \
sendmail+sasl2+db*-8.* \ sendmail+sasl2+db*-8.* \
sendmail+db*-8.* sendmail+db*-8.*
CONFLICTS+= sendmail-sasl-8.* sendmail-sasl2-8.* sendmail-tls-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 USE_OPENLDAP= yes
.endif
.else .else
CONFLICTS+= sendmail*+ldap*-8.* CONFLICTS+= sendmail*+ldap*-8.*
.endif .endif