1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

Convert to USE_OPENLDAP. I have no idea if this will work, since I don't

use LDAP, but no one who does has stepped forward with a better patch.
This commit is contained in:
Doug Barton 2004-05-22 21:11:39 +00:00
parent 3dc31177c9
commit 368bff6d27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=109738

View File

@ -24,12 +24,9 @@ COMMENT= PINE(tm) -- a Program for Internet News & Email
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
# Define "WITH_LDAP" to include ldap support.
# If the ldap port is installed somewhere other than /usr/local, define
# LDAP_PREFIX as well.
#
.if defined(WITH_LDAP)
LDAP_PREFIX?= ${LOCALBASE}
BUILD_DEPENDS+= ${LDAP_PREFIX}/lib/libldap.a:${PORTSDIR}/net/openldap12
USE_OPENLDAP= yes
.endif
.if defined(WITHOUT_SSL)