diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2018-11-28 14:34:44 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2018-11-28 14:34:44 +0000 |
commit | 666127294e65455d2479139067867f694a6f3b7e (patch) | |
tree | 27de7264013e6bec817bf58b264147d882361bcd /mail/postfix | |
parent | 92d43ad56a55d6c17f818012c83134898d53af0b (diff) |
Notes
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 8590de3912c0..7622e94d7c8c 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -45,7 +45,7 @@ OPTIONS_DEFINE= BDB BLACKLISTD CDB DOCS EAI INST_BASE LDAP LDAP_SASL \ OPTIONS_RADIO= RG1 OPTIONS_RADIO_RG1= SASLKRB5 SASLKMIT -OPTIONS_DEFAULT= EAI PCRE TLS +OPTIONS_DEFAULT?= EAI PCRE TLS BDB_USES= bdb BLACKLISTD_EXTRA_PATCHES= ${FILESDIR}/extra-patch-blacklistd |