diff options
author | Sheldon Hearn <sheldonh@FreeBSD.org> | 2004-01-07 11:05:26 +0000 |
---|---|---|
committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 2004-01-07 11:05:26 +0000 |
commit | 5d55359d70c7f4955a81165eb0671567f4c6a08d (patch) | |
tree | 98af3f8ee42c51f4bd8bfdf8060c48335c40f763 /mail | |
parent | 2183f56f71383519da29afca3bd38b88344f9911 (diff) | |
download | ports-5d55359d70c7f4955a81165eb0671567f4c6a08d.tar.gz ports-5d55359d70c7f4955a81165eb0671567f4c6a08d.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile | 2 |
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 |