aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-03-21 06:22:51 +0800
committerkrion <krion@FreeBSD.org>2004-03-21 06:22:51 +0800
commit98e3100a0ba98a42f8f3bac7a339454796565448 (patch)
treed265063159c52d8d9e2c14c08cb2dcd9fb2a0eca /mail
parentd4aa9845078a04662bde01fae24e0ec755ec0458 (diff)
downloadfreebsd-ports-gnome-98e3100a0ba98a42f8f3bac7a339454796565448.tar.gz
freebsd-ports-gnome-98e3100a0ba98a42f8f3bac7a339454796565448.tar.zst
freebsd-ports-gnome-98e3100a0ba98a42f8f3bac7a339454796565448.zip
- Utilize USE_OPENLDAP
PR: ports/64514 Submitted by: maintainer
Diffstat (limited to 'mail')
-rw-r--r--mail/sylpheed-gtk2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/sylpheed-gtk2/Makefile b/mail/sylpheed-gtk2/Makefile
index 0af27af307e4..7c3201dda012 100644
--- a/mail/sylpheed-gtk2/Makefile
+++ b/mail/sylpheed-gtk2/Makefile
@@ -57,7 +57,7 @@ CONFIGURE_ARGS+= --enable-jpilot
.endif
.if defined(WITH_LDAP)
-LIB_DEPENDS+= ldap.2:${PORTSDIR}/net/openldap20-client
+USE_OPENLDAP= yes
CONFIGURE_ARGS+= --enable-ldap
.endif