summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorwiedi <wiedi>2016-06-11 00:37:24 +0000
committerwiedi <wiedi>2016-06-11 00:37:24 +0000
commit749a1e74cf7290e09e111b3e588b226d4cc4f02c (patch)
treea59242aed90fd8a81a8df729da5a6ee93f807c2a /mail
parentfc26b63f401731e43fec168b4423e284240cfbf1 (diff)
downloadpkgsrc-749a1e74cf7290e09e111b3e588b226d4cc4f02c.tar.gz
since 4.87 redis lookup is no longer experimental
Diffstat (limited to 'mail')
-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 900be99485e..8f8d25db8f7 100644
--- a/mail/exim/Makefile
+++ b/mail/exim/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.146 2016/04/11 19:01:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.147 2016/06/11 00:37:24 wiedi Exp $
DISTNAME= exim-4.87
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail net
MASTER_SITES= ftp://ftp.exim.org/pub/exim/exim4/ \
http://dl.ambiweb.de/mirrors/ftp.exim.org/exim/exim4/
diff --git a/mail/exim/options.mk b/mail/exim/options.mk
index cc1590c2f6f..8ddd6c83cc1 100644
--- a/mail/exim/options.mk
+++ b/mail/exim/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.21 2014/04/02 17:36:00 wiedi Exp $
+# $NetBSD: options.mk,v 1.22 2016/06/11 00:37:24 wiedi Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.exim
PKG_SUPPORTED_OPTIONS= exim-appendfile-maildir exim-appendfile-mailstore
@@ -77,7 +77,7 @@ LOOKUP_LIBS+=-lpq
.endif
.if !empty(PKG_OPTIONS:Mexim-lookup-redis)
-LOCAL_MAKEFILE_OPTIONS+=EXPERIMENTAL_REDIS=YES
+LOCAL_MAKEFILE_OPTIONS+=LOOKUP_REDIS=YES
LOOKUP_LIBS+=-lhiredis
. include "../../databases/hiredis/buildlink3.mk"
.endif