View | Details | Raw Unified | Return to bug 85000 | Differences between
and this patch

Collapse All | Expand All

(-)exim/Makefile (-1 / +1 lines)
Lines 473-479 Link Here
473
.endif
473
.endif
474
474
475
.if defined(WITH_SPF)
475
.if defined(WITH_SPF)
476
LIB_DEPENDS+=	spf2.1:${PORTSDIR}/mail/libspf2
476
LIB_DEPENDS+=	spf2.2:${PORTSDIR}/mail/libspf2
477
SEDLIST+=	-e 's,XX_SPF_FLAGS_XX,-DSPF,' \
477
SEDLIST+=	-e 's,XX_SPF_FLAGS_XX,-DSPF,' \
478
		-e 's,XX_SPF_LIBS_XX,-lspf2,' \
478
		-e 's,XX_SPF_LIBS_XX,-lspf2,' \
479
		-e 's,^\# (EXPERIMENTAL_SPF=),\1,'
479
		-e 's,^\# (EXPERIMENTAL_SPF=),\1,'

Return to bug 85000