diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2020-04-27 10:59:13 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2020-04-27 10:59:13 +0000 |
commit | ce65a198ae0bae1a0e8583716c98aa1ee120bc73 (patch) | |
tree | c5bbbc5e4fa5e4232cac8fb34ae776e0d2761a9f /mail/exim | |
parent | Update to 0.33.2 (diff) |
mail/exim: unbreak build with only LMDB database backend enabled
PR: 237361
Reported by: tobik
MFH: 2020Q2
Notes
Notes:
svn path=/head/; revision=533120
Diffstat (limited to 'mail/exim')
-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 53a4b31ec3c2..f3a48bd46382 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -410,7 +410,7 @@ SEDLIST+= -e 's,XX_PGSQL_[^ ]*_XX,,' .endif .if ! ${PORT_OPTIONS:MPGSQL} && ! ${PORT_OPTIONS:MMYSQL} && !defined(LDAP_LIB_TYPE) && \ - ! ${PORT_OPTIONS:MBDB} + ! ${PORT_OPTIONS:MBDB} && ! ${PORT_OPTIONS:MLMDB} SEDLIST+= -e 's,^(LOOKUP_LIBS=),\# \1,' \ -e 's,^(LOOKUP_INCLUDE=),\# \1,' .endif |