diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-07-17 18:42:06 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-07-17 18:42:06 +0000 |
commit | 5595186206456a10fe5032edde01bfdf08534ca1 (patch) | |
tree | 494b1f23a49d8cc27cf3f833d22b34c8f61f854e /mail/qmail | |
parent | 01a1da018825696ad482dd8c031f92aa9a2c9469 (diff) |
Notes
Diffstat (limited to 'mail/qmail')
-rw-r--r-- | mail/qmail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/qmail/Makefile b/mail/qmail/Makefile index 8fbf36f2e8ba..a5a6171e442a 100644 --- a/mail/qmail/Makefile +++ b/mail/qmail/Makefile @@ -37,11 +37,11 @@ BARRIER_SPF_PATCH= yes .if defined(SLAVE_LDAP) BARRIER_BIG_CONCURRENCY_PATCH= yes +BARRIER_DNS_PATCH= yes .endif .if defined(SLAVE_LDAP) || \ defined(SLAVE_SPAMCONTROL) -BARRIER_DNS_PATCH= yes BARRIER_QMTPC_PATCH= yes BARRIER_DISCBOUNCES_PATCH= yes BARRIER_SENDMAIL_F_PATCH= yes |