pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/balsa2 Use ldap option instead of openldap (consi...
details: https://anonhg.NetBSD.org/pkgsrc/rev/797905195b49
branches: trunk
changeset: 497460:797905195b49
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jul 28 14:58:36 2005 +0000
description:
Use ldap option instead of openldap (consistency).
Add PKG_OPTIONS_LEGACY_OPTS line for openldap.
diffstat:
mail/balsa2/options.mk | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r fb05abd76211 -r 797905195b49 mail/balsa2/options.mk
--- a/mail/balsa2/options.mk Thu Jul 28 14:48:28 2005 +0000
+++ b/mail/balsa2/options.mk Thu Jul 28 14:58:36 2005 +0000
@@ -1,12 +1,14 @@
-# $NetBSD: options.mk,v 1.2 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.3 2005/07/28 14:58:36 wiz Exp $
#
PKG_OPTIONS_VAR= PKG_OPTIONS.balsa2
-PKG_SUPPORTED_OPTIONS= openldap ssl
+PKG_SUPPORTED_OPTIONS= ldap ssl
+# remove after 2005Q3
+PKG_OPTIONS_LEGACY_OPTS+= openldap:ldap
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Mopenldap)
+.if !empty(PKG_OPTIONS:Mldap)
CONFIGURE_ARGS+= --with-ldap
. include "../../databases/openldap/buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index