From 2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc Mon Sep 17 00:00:00 2001 From: ghen Date: Wed, 31 May 2006 18:22:23 +0000 Subject: 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. --- mail/balsa2/options.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mail/balsa2') diff --git a/mail/balsa2/options.mk b/mail/balsa2/options.mk index b47ccdf9dae..bc6da08ea23 100644 --- a/mail/balsa2/options.mk +++ b/mail/balsa2/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2005/10/03 21:36:59 wiz Exp $ +# $NetBSD: options.mk,v 1.5 2006/05/31 18:22:23 ghen Exp $ # PKG_OPTIONS_VAR= PKG_OPTIONS.balsa2 @@ -8,7 +8,7 @@ PKG_SUPPORTED_OPTIONS= ldap ssl .if !empty(PKG_OPTIONS:Mldap) CONFIGURE_ARGS+= --with-ldap -. include "../../databases/openldap/buildlink3.mk" +. include "../../databases/openldap-client/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Mssl) -- cgit v1.2.3