diff options
author | tonio <tonio@pkgsrc.org> | 2009-04-12 08:25:43 +0000 |
---|---|---|
committer | tonio <tonio@pkgsrc.org> | 2009-04-12 08:25:43 +0000 |
commit | 87057f8da5d105a3fdc5a2ea0f531a8f7c6ce6ba (patch) | |
tree | efbcf82a9969b675f0788b6960762ca53130b8a8 /mail/mutt-devel/options.mk | |
parent | f676ec10d870ad319d7230b63cf2e8e100abd909 (diff) | |
download | pkgsrc-87057f8da5d105a3fdc5a2ea0f531a8f7c6ce6ba.tar.gz |
Enable sidebar patch support, as provided by tonnerre@.
This also fixes PR pkg/35917
Diffstat (limited to 'mail/mutt-devel/options.mk')
-rw-r--r-- | mail/mutt-devel/options.mk | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/mail/mutt-devel/options.mk b/mail/mutt-devel/options.mk index 21355edf8aa..8654748f84d 100644 --- a/mail/mutt-devel/options.mk +++ b/mail/mutt-devel/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.34 2009/03/23 00:24:31 joerg Exp $ +# $NetBSD: options.mk,v 1.35 2009/04/12 08:25:43 tonio Exp $ # Global and legacy options @@ -9,6 +9,7 @@ PKG_SUPPORTED_OPTIONS= debug gpgme idn ssl smime sasl PKG_SUPPORTED_OPTIONS+= mutt-hcache mutt-smtp # Comment the following line out on updates. PKG_SUPPORTED_OPTIONS+= mutt-compressed-mbox +PKG_SUPPORTED_OPTIONS+= mutt-sidebar #PKG_SUPPORTED_OPTIONS+= mutt-xlabel PKG_SUGGESTED_OPTIONS= ssl smime curses @@ -120,6 +121,16 @@ CONFIGURE_ARGS+= --disable-smtp .endif ### +### Sidebar support +### +.if !empty(PKG_OPTIONS:Mmutt-sidebar) +PATCH_SITES= http://lunar-linux.org/~tchan/mutt/ +PATCHFILES+= patch-1.5.19.sidebar.20090308.txt +PATCH_DIST_STRIP= -p1 +PATCH_FUZZ_FACTOR= -F1 +.endif + +### ### X-Label header support ### .if !empty(PKG_OPTIONS:Mmutt-xlabel) |