pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/mutt sync w/ mutt-devel: allow native wide curses



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bb33114d91b1
branches:  trunk
changeset: 572445:bb33114d91b1
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Fri Feb 26 11:00:40 2010 +0000

description:
sync w/ mutt-devel: allow native wide curses

diffstat:

 mail/mutt/options.mk |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 215caa53a1e6 -r bb33114d91b1 mail/mutt/options.mk
--- a/mail/mutt/options.mk      Fri Feb 26 10:56:38 2010 +0000
+++ b/mail/mutt/options.mk      Fri Feb 26 11:00:40 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.12 2010/01/26 13:31:50 ghen Exp $
+# $NetBSD: options.mk,v 1.13 2010/02/26 11:00:40 drochner Exp $
 
 PKG_OPTIONS_VAR=               PKG_OPTIONS.mutt
 PKG_OPTIONS_REQUIRED_GROUPS=   display
@@ -36,7 +36,6 @@
 ### ncursesw
 ###
 .if !empty(PKG_OPTIONS:Mncursesw)
-USE_NCURSES=           yes
 .  include "../../devel/ncursesw/buildlink3.mk"
 .else
 SUBST_CLASSES+=                curse



Home | Main Index | Thread Index | Old Index