diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-07 15:19:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-07 15:19:41 +0000 |
commit | 6dbe46eec9b441bcdd59fb14e68a4d62c72b1f36 (patch) | |
tree | 233b2e9ce6b3d6694867e9239d13226e40eb4934 /mail/mutt | |
parent | 58fed13112e29e0570c03f2b0bf2a39efb1cc692 (diff) | |
download | pkgsrc-6dbe46eec9b441bcdd59fb14e68a4d62c72b1f36.tar.gz |
Enable gpgme option by default in mutt*. It is just too useful.
Bump PKGREVISION.
Diffstat (limited to 'mail/mutt')
-rw-r--r-- | mail/mutt/Makefile | 3 | ||||
-rw-r--r-- | mail/mutt/options.mk | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/mutt/Makefile b/mail/mutt/Makefile index 491850d8372..0719cd8aba5 100644 --- a/mail/mutt/Makefile +++ b/mail/mutt/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.173 2015/09/03 21:04:34 wiz Exp $ +# $NetBSD: Makefile,v 1.174 2016/01/07 15:19:41 wiz Exp $ DISTNAME= mutt-1.5.24 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.mutt.org/pub/mutt/ diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk index be69f5996d9..e4af0b7522c 100644 --- a/mail/mutt/options.mk +++ b/mail/mutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.16 2015/09/12 15:25:53 joerg Exp $ +# $NetBSD: options.mk,v 1.17 2016/01/07 15:19:41 wiz Exp $ # Global and legacy options @@ -9,7 +9,7 @@ PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl PKG_SUPPORTED_OPTIONS+= mutt-hcache tokyocabinet mutt-smtp PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox PKG_SUPPORTED_OPTIONS+= mutt-sidebar -PKG_SUGGESTED_OPTIONS= ssl smime curses +PKG_SUGGESTED_OPTIONS= curses gpgme smime ssl # un-comment out the following lines whenever updating distinfo # and patches are up-to-date #PKG_SUGGESTED_OPTIONS+= mutt-compressed-mbox |