aboutsummaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2021-10-16 09:51:03 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2021-10-16 09:51:39 +0000
commit4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch)
tree85ee27f029c1ee293667902fe22b65ecac0ff154 /mail/exim
parent6e6416d8c14628219cd46134e032add468fa7411 (diff)
downloadports-4460cf727a7788c9ce21f3344ce5745e5cd9fc4a.tar.gz
ports-4460cf727a7788c9ce21f3344ce5745e5cd9fc4a.zip
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index b66114db3c6b..2232e1207299 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -283,10 +283,10 @@ SEDLIST+= -e 's,^\# (DISABLE_DNSSEC=),\1,'
.endif
.if ${PORT_OPTIONS:MDMARC}
-SEDLIST+= -e 's,XX_DMARC_LIBS_XX,-L${LOCALBASE}/lib -lopendmarc,' \
+SEDLIST+= -e 's,XX_DMARC_LIBS_XX,-L${LOCALBASE}/lib -lopendmarc,' \
-e 's,^\# (SUPPORT_DMARC=),\1,'
.else
-SEDLIST+= -e 's,XX_DMARC_LIBS_XX,,'
+SEDLIST+= -e 's,XX_DMARC_LIBS_XX,,'
.endif
.if ${PORT_OPTIONS:MWISHLIST}