summaryrefslogtreecommitdiff
path: root/mail/milter-greylist/options.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mail/milter-greylist/options.mk')
-rw-r--r--mail/milter-greylist/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/milter-greylist/options.mk b/mail/milter-greylist/options.mk
index a47af91b6e5..0231f4063ad 100644
--- a/mail/milter-greylist/options.mk
+++ b/mail/milter-greylist/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.2 2006/11/09 13:15:10 ghen Exp $
+# $NetBSD: options.mk,v 1.3 2007/07/03 13:54:45 joerg Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.milter-greylist
PKG_SUPPORTED_OPTIONS= dnsrbl drac spf
@@ -12,7 +12,7 @@ PKG_SUGGESTED_OPTIONS= dnsrbl spf
.if empty(PKG_OPTIONS:Mdnsrbl)
CONFIGURE_ARGS+= --disable-dnsrbl
.else
-CONFIGURE_ARGS+= --enable-dnsrbl
+CONFIGURE_ARGS+= --enable-dnsrbl --with-thread-safe-resolver
.endif
###