svn commit: r533120 - head/mail/exim
Dima Panov
fluffy at FreeBSD.org
Mon Apr 27 10:59:13 UTC 2020
Author: fluffy
Date: Mon Apr 27 10:59:13 2020
New Revision: 533120
URL: https://svnweb.freebsd.org/changeset/ports/533120
Log:
mail/exim: unbreak build with only LMDB database backend enabled
PR: 237361
Reported by: tobik
MFH: 2020Q2
Modified:
head/mail/exim/Makefile
Modified: head/mail/exim/Makefile
==============================================================================
--- head/mail/exim/Makefile Mon Apr 27 10:23:50 2020 (r533119)
+++ head/mail/exim/Makefile Mon Apr 27 10:59:13 2020 (r533120)
@@ -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
More information about the svn-ports-head
mailing list