diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-28 14:58:36 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-28 14:58:36 +0000 |
commit | 522aff126ffc6ae6d80d4a86c66cd542cacde707 (patch) | |
tree | 8760a8082b63c46b32a8633dbc2b5f7e03d5d1fb /mail/balsa2 | |
parent | ea2c5caa6eceb84d605864eaf51c4a89c67846ad (diff) | |
download | pkgsrc-522aff126ffc6ae6d80d4a86c66cd542cacde707.tar.gz |
Use ldap option instead of openldap (consistency).
Add PKG_OPTIONS_LEGACY_OPTS line for openldap.
Diffstat (limited to 'mail/balsa2')
-rw-r--r-- | mail/balsa2/options.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/mail/balsa2/options.mk b/mail/balsa2/options.mk index fa505652aa7..dd4aaeabaf9 100644 --- a/mail/balsa2/options.mk +++ b/mail/balsa2/options.mk @@ -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 |