diff options
author | wiz <wiz> | 2004-03-26 20:43:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-03-26 20:43:55 +0000 |
commit | f08c0a39bf77af0d2f6a4da3931d6bfbbf35dd39 (patch) | |
tree | 84beb9240b7eb7825d25143536114eaece233997 | |
parent | 1db54651eb5ff266e72f10c18f87037213a22f32 (diff) | |
download | pkgsrc-f08c0a39bf77af0d2f6a4da3931d6bfbbf35dd39.tar.gz |
Update comment about why this needs ncurses.
Only remaining: abuses stdscr->_delay (XXX: possible to replace
with timeout()?).
-rw-r--r-- | editors/zile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 1a7c784c91f..59c94043b9c 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -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 @@ HOMEPAGE= http://zile.sourceforge.net/ 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 |