diff options
author | wiz <wiz> | 2003-01-24 13:36:17 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-01-24 13:36:17 +0000 |
commit | 35b0281705bccb81c8b1f6a32921e1164856a34a (patch) | |
tree | 9c4dd5c4a53e387166028cad038a33be1a4af87b /editors/zile | |
parent | 6cd0c964ad97c567ec8430d4002f578bd6bbd5bf (diff) | |
download | pkgsrc-35b0281705bccb81c8b1f6a32921e1164856a34a.tar.gz |
Note in USE_NCURSES variable which functions actually are missing for this
to build with native curses.
Diffstat (limited to 'editors/zile')
-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 |