summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-03-20 22:22:51 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-03-20 22:22:51 +0000
commit5c32f2a3cf02e2d63c199dd1310efb9802299794 (patch)
tree2c297d88ed6ff0848273288ffe07c91f54c5ddba /mail
parentMerge all the MIME diffs from Freedesktop CVS. Most notably, this fixes (diff)
- Utilize USE_OPENLDAP
PR: ports/64514 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=104778
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