1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Add an LDAP_PREFIX line to fix the LDAP'ified build.

Submitted by:	Joerg Pulz <Joerg.Pulz@frm2.tum.de>
This commit is contained in:
Doug Barton 2004-05-24 20:20:47 +00:00
parent 3fc0d5494e
commit b24a525538
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109889

View File

@ -26,6 +26,7 @@ RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
#
.if defined(WITH_LDAP)
USE_OPENLDAP= yes
LDAP_PREFIX?= ${LOCALBASE}
.endif
.if defined(WITHOUT_SSL)