aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/exim/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index d70cd0f0bda0..e13ecec8a8ef 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -303,7 +303,7 @@ SEDLIST+= -e 's,^LOOKUP_LIBS=,\#LOOKUP_LIBS=,' \
-e 's,^LOOKUP_INCLUDE=,\#LOOKUP_INCLUDE=,'
.endif
-.if defined(WITH_DNSDB)
+.if !defined(WITHOUT_DNSDB)
SEDLIST+= -e 's,^\# LOOKUP_DNSDB=,LOOKUP_DNSDB=,'
.endif