Until I find time to test the new OpenLDAP, remove the option to build with it. Sean McNeil

reports this is breaking an INDEX build and I don't want that.
This commit is contained in:
Mike Heffner 2004-11-16 03:58:29 +00:00
parent 08f4656ded
commit 10520cd7e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121730

View File

@ -49,11 +49,6 @@ LIB_DEPENDS+= compface:${PORTSDIR}/mail/faces
CONFIGURE_ARGS+= --with-faces
.endif
.if defined(WITH_LDAP)
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap12
CONFIGURE_ARGS+= --with-ldap
.endif
MAN1= xfmail.1
pre-everything::
@ -66,9 +61,6 @@ pre-everything::
.endif
.ifndef(WITH_FACES)
@echo "To build with faces support, restart make and define WITH_FACES"
.endif
.ifndef(WITH_LDAP)
@echo "To build with LDAP support, restart make and define WITH_LDAP"
.endif
@echo