summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2005-01-01 22:05:26 +0000
committergrant <grant@pkgsrc.org>2005-01-01 22:05:26 +0000
commit2d0454cdb6a3aa034535bd3e19e62ddc8c680363 (patch)
tree905b968e950dab73a9fa6c2d0749dbd10e2d283d /mail
parentb837d2e09e164a8f39577004b4ffffd4e8c1f6b7 (diff)
downloadpkgsrc-2d0454cdb6a3aa034535bd3e19e62ddc8c680363.tar.gz
apply patch from Jason Lingohr to add "buffy-size" option.
fixes PR pkg/28814.
Diffstat (limited to 'mail')
-rw-r--r--mail/mutt/options.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/mail/mutt/options.mk b/mail/mutt/options.mk
index 587d8cbf78f..76b40327093 100644
--- a/mail/mutt/options.mk
+++ b/mail/mutt/options.mk
@@ -1,7 +1,7 @@
-# $NetBSD: options.mk,v 1.4 2004/11/17 19:56:49 xtraeme Exp $
+# $NetBSD: options.mk,v 1.5 2005/01/01 22:05:26 grant Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.mutt
-PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl1
+PKG_SUPPORTED_OPTIONS= slang ncurses ssl sasl1 buffy-size
.if !defined(PKG_OPTIONS.mutt)
PKG_DEFAULT_OPTIONS+= ssl
@@ -40,3 +40,10 @@ CONFIGURE_ARGS+= --with-ssl=${SSLBASE}
.else
CONFIGURE_ARGS+= --without-ssl
.endif
+
+###
+### configure option --enable-buffy-size
+###
+.if !empty(PKG_OPTIONS:Mbuffy-size)
+CONFIGURE_ARGS+= --enable-buffy-size
+.endif