diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-07 19:20:21 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2005-03-07 19:20:21 +0000 |
commit | 2a5d0b6eb455100e1a93b7d93518a4fd40d5d0c9 (patch) | |
tree | 6f4502f4f4630acf4fb14568ba9066d35d76863e /mail/exim | |
parent | 0a69cf7076e03fdc91fe55641b285b8e821161ee (diff) | |
download | ports-2a5d0b6eb455100e1a93b7d93518a4fd40d5d0c9.tar.gz ports-2a5d0b6eb455100e1a93b7d93518a4fd40d5d0c9.zip |
Notes
Diffstat (limited to 'mail/exim')
-rw-r--r-- | mail/exim/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index 39761f761810..58787563f22a 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -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,,' |