summaryrefslogtreecommitdiff
path: root/Packages.txt
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-01-23 23:46:44 +0000
committerwiz <wiz@pkgsrc.org>2004-01-23 23:46:44 +0000
commit6f8277c562db660260c27de9b3d961c7a1c1cd26 (patch)
tree4d53ce91603656b6c198b4cdc68a9bd6f118fd48 /Packages.txt
parent96eb31c77a0451dc6e410f161a8a4d3b1a04541d (diff)
downloadpkgsrc-6f8277c562db660260c27de9b3d961c7a1c1cd26.tar.gz
Update USE_NCURSES example with a still missing function.
Diffstat (limited to 'Packages.txt')
-rw-r--r--Packages.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Packages.txt b/Packages.txt
index aeabf4789cd..0d2e3f23d67 100644
--- a/Packages.txt
+++ b/Packages.txt
@@ -1,4 +1,4 @@
-# $NetBSD: Packages.txt,v 1.322 2004/01/14 07:25:48 wiz Exp $
+# $NetBSD: Packages.txt,v 1.323 2004/01/23 23:46:44 wiz Exp $
###########################################################################
==========================
@@ -2256,7 +2256,7 @@ If ../../devel/ncurses/buildlink2.mk is included in a package's Makefile,
then a curses library and headers with ncurses functionality are linked
into ${BUILDLINK_DIR} at pre-configure time. If ncurses is actually
required, then define USE_NCURSES in the package's Makefile:
- USE_NCURSES= # redrawwin
+ USE_NCURSES= # KEY_RESIZE
The comment should indicate which functions are missing.