summaryrefslogtreecommitdiff
path: root/mail/sylpheed
diff options
context:
space:
mode:
authorghen <ghen>2006-05-31 18:22:23 +0000
committerghen <ghen>2006-05-31 18:22:23 +0000
commit6a34cac762bbf82e27b9e03d66f87e4ef2add238 (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /mail/sylpheed
parent9a063e0432cdce45d2cec2cbd2dd3e802c8c09f1 (diff)
downloadpkgsrc-6a34cac762bbf82e27b9e03d66f87e4ef2add238.tar.gz
The databases/openldap package has been split in -client and -server component
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
Diffstat (limited to 'mail/sylpheed')
-rw-r--r--mail/sylpheed/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/sylpheed/options.mk b/mail/sylpheed/options.mk
index 89724be1761..6d4abe60909 100644
--- a/mail/sylpheed/options.mk
+++ b/mail/sylpheed/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2006/03/29 22:54:42 chris Exp $
+# $NetBSD: options.mk,v 1.3 2006/05/31 18:22:24 ghen Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.sylpheed
@@ -22,7 +22,7 @@ FACES_IS_INSTALLED!= ${PKG_INFO} -e faces || ${ECHO}
.if !empty(PKG_OPTIONS:Mldap)
CONFIGURE_ARGS+= --enable-ldap
-.include "../../databases/openldap/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
.endif
.if !empty(PKG_OPTIONS:Mjpilot)