diff options
author | wiz <wiz@pkgsrc.org> | 2003-01-24 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-01-24 13:36:17 +0000 |
commit | 0fd75d08517d8c0d76d3a1cfcfc8282fe8c45113 (patch) | |
tree | 9c4dd5c4a53e387166028cad038a33be1a4af87b /editors/zile/Makefile | |
parent | acd19bd6f4ce7ba9c179bb955a8e053c49350cd9 (diff) | |
download | pkgsrc-0fd75d08517d8c0d76d3a1cfcfc8282fe8c45113.tar.gz |
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Diffstat (limited to 'editors/zile/Makefile')
-rw-r--r-- | editors/zile/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/zile/Makefile b/editors/zile/Makefile index 759ad535532..1055ef157e2 100644 --- a/editors/zile/Makefile +++ b/editors/zile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2002/10/29 12:39:24 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2003/01/24 13:36:19 wiz Exp $ DISTNAME= zile-1.6.1 CATEGORIES= editors @@ -9,8 +9,7 @@ HOMEPAGE= http://zile.sourceforge.net COMMENT= Emacs-like text editor GNU_CONFIGURE= yes -# header include error -USE_NCURSES= yes +USE_NCURSES= # KEY_RESIZE (also uses stdscr->_delay directly) USE_BUILDLINK2= yes INFO_FILES= zile.info |