summaryrefslogtreecommitdiff
path: root/mail/exim
diff options
context:
space:
mode:
authortm <tm@pkgsrc.org>2019-06-07 12:20:32 +0000
committertm <tm@pkgsrc.org>2019-06-07 12:20:32 +0000
commit59f035c00c222eda1fed878ed02ecbb9df6e834c (patch)
tree909fca8b5ad66e6d7b75f1c873763d050680824d /mail/exim
parentfc376dffa129ba315d5f6c1f73c3778c52cc0a45 (diff)
downloadpkgsrc-59f035c00c222eda1fed878ed02ecbb9df6e834c.tar.gz
exim: change local makefile options name for SPF
The local makefile option need to be adjusted because SPF is no longer an experimental feature in exim.
Diffstat (limited to 'mail/exim')
-rw-r--r--mail/exim/Makefile4
-rw-r--r--mail/exim/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/exim/Makefile b/mail/exim/Makefile
index e24914f7f6f..65b5f7ee122 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.166 2019/04/03 00:32:52 ryoon Exp $
+# $NetBSD: Makefile,v 1.167 2019/06/07 12:20:32 tm Exp $
DISTNAME= exim-4.92
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/
MASTER_SITES+= https://ftp.exim.org/pub/exim/exim4/
diff --git a/mail/exim/options.mk b/mail/exim/options.mk
index 8ddd6c83cc1..3ad6817427c 100644
--- a/mail/exim/options.mk
+++ b/mail/exim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.22 2016/06/11 00:37:24 wiedi Exp $
+# $NetBSD: options.mk,v 1.23 2019/06/07 12:20:32 tm Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.exim
PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
@@ -156,7 +156,7 @@ LOOKUP_LIBS+=${COMPILER_RPATH_FLAG}${LOCALBASE}/${BUILDLINK_LIBDIRS.cyrus-sasl}
.endif
.if !empty(PKG_OPTIONS:Mspf)
-LOCAL_MAKEFILE_OPTIONS+=EXPERIMENTAL_SPF=yes
+LOCAL_MAKEFILE_OPTIONS+=SUPPORT_SPF=yes
LOOKUP_LIBS+= -lspf2
. include "../../mail/libspf2/buildlink3.mk"
.endif