Add DOVECOT_USE_{GNUTLS,LDAP,PGSQL} defaults.
This commit is contained in:
parent
3ada0cb24d
commit
81429e399a
1 changed files with 17 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: bsd.pkg.defaults.mk,v 1.146 2003/05/08 14:55:13 jmmv Exp $
|
||||
# $NetBSD: bsd.pkg.defaults.mk,v 1.147 2003/05/14 04:11:48 salo Exp $
|
||||
#
|
||||
|
||||
# A file providing defaults for pkgsrc and the packages collection.
|
||||
|
@ -612,6 +612,22 @@ DELIVER_SUID?= NO
|
|||
# Possible: YES, NO
|
||||
# Default: NO
|
||||
|
||||
DOVECOT_USE_GNUTLS?= NO
|
||||
# Used by dovecot package to determine whether to use GnuTLS or OpenSSL as the
|
||||
# underlying crypto library.
|
||||
# Possible: YES, NO
|
||||
# Default: NO
|
||||
|
||||
DOVECOT_USE_LDAP?= NO
|
||||
# Used by dovecot package to determine whether to enable LDAP support.
|
||||
# Possible: YES, NO
|
||||
# Default: NO
|
||||
|
||||
DOVECOT_USE_PGSQL?= NO
|
||||
# Used by dovecot package to determine whether to enable PostgreSQL support.
|
||||
# Possible: YES, NO
|
||||
# Default: NO
|
||||
|
||||
DT_LAYOUT?= US
|
||||
# Used by dt package to specify the keyboard layout.
|
||||
# Possible: US, FI, FR, GER, DV
|
||||
|
|
Loading…
Reference in a new issue