From 3c549331a35cd6f61a9679c296e4ed20658a4c66 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 12 Mar 2017 20:58:20 +0000 Subject: Add option handling for sidebar option, which was non-functional. From Thomas Merkel in private mail. --- mail/neomutt/options.mk | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/neomutt/options.mk b/mail/neomutt/options.mk index 5bdca8007ba..18676061422 100644 --- a/mail/neomutt/options.mk +++ b/mail/neomutt/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.5 2017/03/07 20:42:28 elric Exp $ +# $NetBSD: options.mk,v 1.6 2017/03/12 20:58:20 wiz Exp $ # Global and legacy options @@ -173,3 +173,12 @@ CONFIGURE_ARGS+= --with-gpgme-prefix=${BUILDLINK_PREFIX.gpgme} .else CONFIGURE_ARGS+= --disable-gpgme .endif + +### +### sidebar support +### +.if !empty(PKG_OPTIONS:Mmutt-sidebar) +CONFIGURE_ARGS+= --enable-sidebar +.else +CONFIGURE_ARGS+= --disable-sidebar +.endif -- cgit v1.2.3