summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2007-11-03 14:49:43 +0000
committerrillig <rillig@pkgsrc.org>2007-11-03 14:49:43 +0000
commita99d7b98d68a4670c7b1aec180eac6e7dd471965 (patch)
tree7ef7b15934d4bbeb531a7982e465558b07a6892b /pkgtools
parent6a334feaf4aec0ef56a80de5a79ebe166b9c0168 (diff)
downloadpkgsrc-a99d7b98d68a4670c7b1aec180eac6e7dd471965.tar.gz
Reverted the deprecation of USE_NCURSES.
XXX: To discuss: How is this variable different from PREFER_PKGSRC=ncurses? Why do we need it at all? Why isn't it documented anywhere?
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/deprecated.map4
-rw-r--r--pkgtools/pkglint/files/makevars.map3
2 files changed, 4 insertions, 3 deletions
diff --git a/pkgtools/pkglint/files/deprecated.map b/pkgtools/pkglint/files/deprecated.map
index 37253f553d5..30e7d46dbc8 100644
--- a/pkgtools/pkglint/files/deprecated.map
+++ b/pkgtools/pkglint/files/deprecated.map
@@ -1,4 +1,4 @@
-# $NetBSD: deprecated.map,v 1.57 2007/11/03 11:48:53 rillig Exp $
+# $NetBSD: deprecated.map,v 1.58 2007/11/03 14:49:43 rillig Exp $
#
# This file contains names of Makefile variables and a short explanation
@@ -143,4 +143,4 @@ LICENCE Use LICENSE instead.
#ACCEPTABLE_LICENCES Use ACCEPTABLE_LICENSES instead.
# November 2007
-USE_NCURSES Include "../../devel/ncurses/buildlink3.mk" instead.
+#USE_NCURSES Include "../../devel/ncurses/buildlink3.mk" instead.
diff --git a/pkgtools/pkglint/files/makevars.map b/pkgtools/pkglint/files/makevars.map
index 85769f9e14d..afd34a14cc6 100644
--- a/pkgtools/pkglint/files/makevars.map
+++ b/pkgtools/pkglint/files/makevars.map
@@ -1,4 +1,4 @@
-# $NetBSD: makevars.map,v 1.172 2007/11/03 11:48:53 rillig Exp $
+# $NetBSD: makevars.map,v 1.173 2007/11/03 14:49:43 rillig Exp $
#
# This file contains the guessed type of some variables, according to
@@ -689,6 +689,7 @@ USE_LANGUAGES List of { c c99 c++ fortran java objc } [m:s,c:s,o:s]
USE_LIBTOOL Yes [$package]
USE_MAKEINFO Yes [$package]
USE_MSGFMT_PLURALS Yes [$package]
+USE_NCURSES Yes [$package]
USE_OLD_DES_API YesNo [$package]
USE_PKGINSTALL Yes [$package]
USE_PKGLOCALEDIR YesNo [$package]