diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 09:51:03 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2021-10-16 09:51:39 +0000 |
commit | 4460cf727a7788c9ce21f3344ce5745e5cd9fc4a (patch) | |
tree | 85ee27f029c1ee293667902fe22b65ecac0ff154 /mail/exim | |
parent | 6e6416d8c14628219cd46134e032add468fa7411 (diff) | |
download | ports-4460cf727a7788c9ce21f3344ce5745e5cd9fc4a.tar.gz ports-4460cf727a7788c9ce21f3344ce5745e5cd9fc4a.zip |
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 4 |
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} |