aboutsummaryrefslogtreecommitdiffstats
path: root/mail/exim
diff options
context:
space:
mode:
authorvsevolod <vsevolod@FreeBSD.org>2005-09-12 05:40:21 +0800
committervsevolod <vsevolod@FreeBSD.org>2005-09-12 05:40:21 +0800
commitef7f1f069c72aa30afc6b48cb9f0a002d82c9f61 (patch)
treee8eb63441d68fbcf6803c5672a4d146d60c15b30 /mail/exim
parent87380dda8a2868c3630943ceb63fd15e9b3e9fba (diff)
downloadfreebsd-ports-gnome-ef7f1f069c72aa30afc6b48cb9f0a002d82c9f61.tar.gz
freebsd-ports-gnome-ef7f1f069c72aa30afc6b48cb9f0a002d82c9f61.tar.zst
freebsd-ports-gnome-ef7f1f069c72aa30afc6b48cb9f0a002d82c9f61.zip
Update LIB_DEPENDS to spf2.2
Add ${PTHREAD_LIBS} when use mail/libspf2 PR: 85000 Submitted by: Marcus Grando <marcus@corp.grupos.com.br> No objections from: krion (maintaier)
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 bb3a77a22ae0..42dac9eb80e4 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -473,9 +473,9 @@ SEDLIST+= -e 's,^(ALT_CONFIG_PREFIX=),\# \1,'
.endif
.if defined(WITH_SPF)
-LIB_DEPENDS+= spf2.1:${PORTSDIR}/mail/libspf2
+LIB_DEPENDS+= spf2.2:${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 ${PTHREAD_LIBS},' \
-e 's,^\# (EXPERIMENTAL_SPF=),\1,'
.else
SEDLIST+= -e 's,XX_SPF_FLAGS_XX,,' \