pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/editors/zile Update comment about why this needs ncurses.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cd64294a1cbd
branches:  trunk
changeset: 471333:cd64294a1cbd
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Mar 26 20:43:55 2004 +0000

description:
Update comment about why this needs ncurses.
Only remaining: abuses stdscr->_delay (XXX: possible to replace
with timeout()?).

diffstat:

 editors/zile/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c923428cbd16 -r cd64294a1cbd editors/zile/Makefile
--- a/editors/zile/Makefile     Fri Mar 26 20:34:26 2004 +0000
+++ b/editors/zile/Makefile     Fri Mar 26 20:43:55 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/12/30 17:21:55 cjep Exp $
+# $NetBSD: Makefile,v 1.13 2004/03/26 20:43:55 wiz Exp $
 
 DISTNAME=              zile-1.6.2
 PKGREVISION=           1
@@ -10,7 +10,7 @@
 COMMENT=               Emacs-like text editor
 
 GNU_CONFIGURE=         yes
-USE_NCURSES=           # KEY_RESIZE (also uses stdscr->_delay directly)
+USE_NCURSES=           # uses stdscr->_delay directly
 USE_BUILDLINK2=        yes
 USE_MAKEINFO=          YES
 INFO_FILES=            zile.info



Home | Main Index | Thread Index | Old Index