summaryrefslogtreecommitdiff
path: root/mail/balsa2/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mail/balsa2/options.mk')
-rw-r--r--mail/balsa2/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/balsa2/options.mk b/mail/balsa2/options.mk
index bc6da08ea23..411a7970c02 100644
--- a/mail/balsa2/options.mk
+++ b/mail/balsa2/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.5 2006/05/31 18:22:23 ghen Exp $
+# $NetBSD: options.mk,v 1.6 2007/02/22 19:26:40 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.balsa2
@@ -7,7 +7,7 @@ PKG_SUPPORTED_OPTIONS= ldap ssl
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mldap)
-CONFIGURE_ARGS+= --with-ldap
+CONFIGURE_ARGS+= --with-ldap
. include "../../databases/openldap-client/buildlink3.mk"
.endif