pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ncursesw Get rid of USE_NCURSESW, and just use U...
details: https://anonhg.NetBSD.org/pkgsrc/rev/bbea72b6d527
branches: trunk
changeset: 538958:bbea72b6d527
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Feb 21 21:55:18 2008 +0000
description:
Get rid of USE_NCURSESW, and just use USE_NCURSES to force the use of
ncursesw over BSD wide-curses.
diffstat:
devel/ncursesw/builtin.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (22 lines):
diff -r c689085d4614 -r bbea72b6d527 devel/ncursesw/builtin.mk
--- a/devel/ncursesw/builtin.mk Thu Feb 21 21:40:44 2008 +0000
+++ b/devel/ncursesw/builtin.mk Thu Feb 21 21:55:18 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: builtin.mk,v 1.4 2008/02/21 17:14:17 jlam Exp $
+# $NetBSD: builtin.mk,v 1.5 2008/02/21 21:55:18 jlam Exp $
BUILTIN_PKG:= ncursesw
@@ -87,10 +87,10 @@
.endif
MAKEVARS+= USE_BUILTIN.ncursesw
-# If USE_NCURSESW is defined, then only use the built-in "ncursesw"
+# If USE_NCURSES is defined, then only use the built-in "ncursesw"
# if it's *actually* ncursesw.
#
-.if defined(USE_NCURSESW) && !empty(IS_BUILTIN.ncursesw:M[nN][oO])
+.if defined(USE_NCURSES) && !empty(IS_BUILTIN.ncursesw:M[nN][oO])
USE_BUILTIN.ncursesw= no
.endif
Home |
Main Index |
Thread Index |
Old Index