pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt-devel Check for "ncurses" in PKG_OPTIONS rat...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9169d2bc7620
branches: trunk
changeset: 479002:9169d2bc7620
user: sketch <sketch%pkgsrc.org@localhost>
date: Tue Aug 03 11:28:31 2004 +0000
description:
Check for "ncurses" in PKG_OPTIONS rather than "slang" when deciding whether
to build with ncurses support or not.
diffstat:
mail/mutt-devel/Makefile.options | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fbbc033e4619 -r 9169d2bc7620 mail/mutt-devel/Makefile.options
--- a/mail/mutt-devel/Makefile.options Tue Aug 03 09:00:10 2004 +0000
+++ b/mail/mutt-devel/Makefile.options Tue Aug 03 11:28:31 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.options,v 1.3 2004/07/30 21:05:41 jlam Exp $
+# $NetBSD: Makefile.options,v 1.4 2004/08/03 11:28:31 sketch Exp $
# Global and legacy options
.if defined(MUTT_USE_SLANG) || defined(MUTT_USE_NCURSES) || \
@@ -31,7 +31,7 @@
. include "../../devel/libslang/buildlink3.mk"
CONFIGURE_ARGS+= --with-slang=${BUILDLINK_PREFIX.libslang}
.else
-. if !empty(PKG_OPTIONS:Mslang)
+. if !empty(PKG_OPTIONS:Mncurses)
USE_NCURSES= yes
. endif
. include "../../devel/ncurses/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index