summaryrefslogtreecommitdiff
path: root/mail/mutt
diff options
context:
space:
mode:
authorrhialto <rhialto@pkgsrc.org>2020-04-08 08:40:00 +0000
committerrhialto <rhialto@pkgsrc.org>2020-04-08 08:40:00 +0000
commitec5161df9a7e6eec48af017b1a2c78c0c44f125b (patch)
treee14d8b44abf0eff757f1d76cc95f7fae35a80962 /mail/mutt
parent07931d8d801bd5858860c02d8fe6c57d4d2acc5f (diff)
downloadpkgsrc-ec5161df9a7e6eec48af017b1a2c78c0c44f125b.tar.gz
mail/mutt: move BDB_ACCEPTED to the top of optionsmk
some other buildlink files indirectly include bdb.buildlink3.mk (at least krb5 in this case).
Diffstat (limited to 'mail/mutt')
-rw-r--r--mail/mutt/Makefile4
-rw-r--r--mail/mutt/options.mk7
2 files changed, 7 insertions, 4 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile
index e31cf342603..24b35a3bd54 100644
--- a/mail/mutt/Makefile
+++ b/mail/mutt/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.225 2020/04/07 18:04:07 wiz Exp $
+# $NetBSD: Makefile,v 1.226 2020/04/08 08:40:00 rhialto Exp $
DISTNAME= mutt-1.13.4
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/
diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk
index d3206fcbf2b..b642596e8d1 100644
--- a/mail/mutt/options.mk
+++ b/mail/mutt/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.33 2020/01/17 16:39:46 nia Exp $
+# $NetBSD: options.mk,v 1.34 2020/04/08 08:40:00 rhialto Exp $
# Global and legacy options
@@ -17,6 +17,10 @@ PKG_SUGGESTED_OPTIONS+= gssapi mutt-compressed-mbox sasl
PKG_OPTIONS_LEGACY_OPTS+= ncurses:curses ncursesw:wide-curses
PKG_OPTIONS_LEGACY_OPTS+= ssl:openssl
+# Must be at the top; some other buildlink files indirectly
+# include bdb.buildlink3.mk.
+BDB_ACCEPTED= db4 db5
+
.include "../../mk/bsd.options.mk"
###
@@ -105,7 +109,6 @@ CONFIGURE_ARGS+= --enable-tokyocabinet
CONFIGURE_ARGS+= --without-gdbm
CONFIGURE_ARGS+= --without-bdb
. else
-BDB_ACCEPTED= db4 db5
BUILDLINK_TRANSFORM+= l:db:${BDB_TYPE}
. include "../../mk/bdb.buildlink3.mk"
CONFIGURE_ARGS+= --enable-hcache