summaryrefslogtreecommitdiff
path: root/devel/ncursesw
diff options
context:
space:
mode:
authorjlam <jlam>2008-02-21 21:55:18 +0000
committerjlam <jlam>2008-02-21 21:55:18 +0000
commit1413da1583945eafc668f0ad676e5912364a7712 (patch)
treefe98a9e0be823c32798a4c26b44a08db46641cde /devel/ncursesw
parent57a2186819e903a9749fc3006d4f4b68826eba12 (diff)
downloadpkgsrc-1413da1583945eafc668f0ad676e5912364a7712.tar.gz
Get rid of USE_NCURSESW, and just use USE_NCURSES to force the use of
ncursesw over BSD wide-curses.
Diffstat (limited to 'devel/ncursesw')
-rw-r--r--devel/ncursesw/builtin.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/ncursesw/builtin.mk b/devel/ncursesw/builtin.mk
index 8b561bf7ca6..8141aafecfc 100644
--- a/devel/ncursesw/builtin.mk
+++ b/devel/ncursesw/builtin.mk
@@ -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 @@ USE_BUILTIN.ncursesw= yes
.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