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 | Update to 7.0 adding lot's of new features. (diff) |
Look for WITHOUT_DNSDB as advertised, not WITH_DNSDB.
Submitted by: ade
Notes
Notes:
svn path=/head/; revision=97567
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 |