pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mutt-devel don't insist in USE_NCURSES in the ncu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7562d52d3311
branches:  trunk
changeset: 572423:7562d52d3311
user:      drochner <drochner%pkgsrc.org@localhost>
date:      Thu Feb 25 18:48:01 2010 +0000

description:
don't insist in USE_NCURSES in the ncursesw case -- NetBSD's should
be good enough

diffstat:

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

diffs (17 lines):

diff -r e35ed5043ae8 -r 7562d52d3311 mail/mutt-devel/options.mk
--- a/mail/mutt-devel/options.mk        Thu Feb 25 18:31:08 2010 +0000
+++ b/mail/mutt-devel/options.mk        Thu Feb 25 18:48:01 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.37 2010/01/26 13:31:50 ghen Exp $
+# $NetBSD: options.mk,v 1.38 2010/02/25 18:48:01 drochner Exp $
 
 # Global and legacy options
 
@@ -50,7 +50,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