Fix mail/libspf2 support.
PR: ports/78542 Submitted by: thorolf at grid dot einherjar.de
This commit is contained in:
parent
0a69cf7076
commit
2a5d0b6eb4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130552
1 changed files with 2 additions and 1 deletions
|
@ -475,7 +475,8 @@ SEDLIST+= -e 's,^(ALT_CONFIG_PREFIX=),\# \1,'
|
|||
.if defined(WITH_SPF)
|
||||
LIB_DEPENDS+= spf2.1:${PORTSDIR}/mail/libspf2
|
||||
SEDLIST+= -e 's,XX_SPF_FLAGS_XX,-DSPF,' \
|
||||
-e 's,XX_SPF_LIBS_XX,-lspf2,'
|
||||
-e 's,XX_SPF_LIBS_XX,-lspf2,' \
|
||||
-e 's,^\# (EXPERIMENTAL_SPF=),\1,'
|
||||
.else
|
||||
SEDLIST+= -e 's,XX_SPF_FLAGS_XX,,' \
|
||||
-e 's,XX_SPF_LIBS_XX,,'
|
||||
|
|
Loading…
Reference in a new issue