diff options
author | Dima Panov <fluffy@FreeBSD.org> | 2021-12-29 13:53:55 +0000 |
---|---|---|
committer | Dima Panov <fluffy@FreeBSD.org> | 2021-12-29 13:53:55 +0000 |
commit | 03b2af65b2fd11c9e10ab7c27c5cec0ec2851cd4 (patch) | |
tree | 7275f96de84062f051630307f39d3a2fd4f740c3 /mail | |
parent | 27132d3fdab4de9ef9f976a24f14200e567028ef (diff) | |
download | ports-03b2af65b2fd11c9e10ab7c27c5cec0ec2851cd4.tar.gz ports-03b2af65b2fd11c9e10ab7c27c5cec0ec2851cd4.zip |
Diffstat (limited to 'mail')
-rw-r--r-- | mail/exim/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile index efb374f816e3..83bfb5aec983 100644 --- a/mail/exim/Makefile +++ b/mail/exim/Makefile @@ -2,7 +2,7 @@ PORTNAME= exim PORTVERSION?= ${EXIM_VERSION} -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES= mail MASTER_SITES= EXIM:exim MASTER_SITE_SUBDIR= /exim4/:exim \ @@ -493,9 +493,8 @@ SEDLIST+= -e 's,XX_SPF_FLAGS_XX,,' \ .endif .if ${PORT_OPTIONS:MSRS} -LIB_DEPENDS+= libsrs_alt.so:mail/libsrs_alt -SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DEXPERIMENTAL_SRS,' \ - -e 's,XX_SRS_LIBS_XX,-L${LOCALBASE}/lib -lsrs_alt,' +SEDLIST+= -e 's,XX_SRS_FLAGS_XX,-DSUPPORT_SRS,' \ + -e 's,XX_SRS_LIBS_XX,,' .else SEDLIST+= -e 's,XX_SRS_FLAGS_XX,,' \ -e 's,XX_SRS_LIBS_XX,,' |