summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authortron <tron>2007-12-14 18:57:54 +0000
committertron <tron>2007-12-14 18:57:54 +0000
commit25dc43c6021b7b0eb2114a316a0fadb34e2b08d2 (patch)
tree5f4cb1e6323dd284e51c6c261c3e3d2dbae2a402 /mail
parent39244f1d19a9fcf23c0b39d4ec0d3e594b00f6bb (diff)
downloadpkgsrc-25dc43c6021b7b0eb2114a316a0fadb34e2b08d2.tar.gz
"--disable-dnsrbl" doesn't work according to S.P.Zeilder. Not specifying
any "dnsrbl" related option unless we want to enable it seems to do the job.
Diffstat (limited to 'mail')
-rw-r--r--mail/milter-greylist/options.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/mail/milter-greylist/options.mk b/mail/milter-greylist/options.mk
index 0231f4063ad..2ad4032df7f 100644
--- a/mail/milter-greylist/options.mk
+++ b/mail/milter-greylist/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2007/07/03 13:54:45 joerg Exp $
+# $NetBSD: options.mk,v 1.4 2007/12/14 18:57:54 tron Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.milter-greylist
PKG_SUPPORTED_OPTIONS= dnsrbl drac spf
@@ -9,9 +9,7 @@ PKG_SUGGESTED_OPTIONS= dnsrbl spf
###
### DNS Realtime Black List
###
-.if empty(PKG_OPTIONS:Mdnsrbl)
-CONFIGURE_ARGS+= --disable-dnsrbl
-.else
+.if !empty(PKG_OPTIONS:Mdnsrbl)
CONFIGURE_ARGS+= --enable-dnsrbl --with-thread-safe-resolver
.endif