diff options
Diffstat (limited to 'mail/exim/Makefile')
-rw-r--r-- | mail/exim/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 5092a19dda5b..b71026019872 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -34,7 +34,7 @@ MASTER_SITE_SUBDIR+= sa-exim/:sa_exim DISTFILES+= sa-exim-${SA_EXIM_VERSION}.tar.gz:sa_exim .endif -EXIM_VERSION= 4.70 +EXIM_VERSION= 4.71 SA_EXIM_VERSION=4.2 .if !defined(EXIMON_ONLY) @@ -311,8 +311,8 @@ SEDLIST+= -e 's,^(LOOKUP_LIBS=),\# \1,' \ -e 's,^(LOOKUP_INCLUDE=),\# \1,' .endif -.if !defined(WITHOUT_DNSDB) -SEDLIST+= -e 's,^\# (LOOKUP_DNSDB=),\1,' +.if !defined(WITH_DNSDB) +SEDLIST+= -e 's,^(LOOKUP_DNSDB=),\# \1,' .endif .if !defined(WITHOUT_MAILDIR) |