aboutsummaryrefslogtreecommitdiffstats
path: root/mail/pine4
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2004-05-23 05:11:39 +0800
committerdougb <dougb@FreeBSD.org>2004-05-23 05:11:39 +0800
commit562b55f25ebf01805ee82979e70f5ae853c0ee1c (patch)
tree1d84bd5e950a9ecefa5a2f345d7bd513d24f8a07 /mail/pine4
parent41e5d7675202ab3a0aeac301b7ef9929846c8faa (diff)
downloadfreebsd-ports-gnome-562b55f25ebf01805ee82979e70f5ae853c0ee1c.tar.gz
freebsd-ports-gnome-562b55f25ebf01805ee82979e70f5ae853c0ee1c.tar.zst
freebsd-ports-gnome-562b55f25ebf01805ee82979e70f5ae853c0ee1c.zip
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.
Diffstat (limited to 'mail/pine4')
-rw-r--r--mail/pine4/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile
index ec370c3ba168..065aaa2a6d39 100644
--- a/mail/pine4/Makefile
+++ b/mail/pine4/Makefile
@@ -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)