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 /sysutils | |
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 'sysutils')
-rw-r--r-- | sysutils/vifm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/vifm/Makefile b/sysutils/vifm/Makefile index 410f527ba1c..76babc9ff7b 100644 --- a/sysutils/vifm/Makefile +++ b/sysutils/vifm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/12/11 21:09:25 jmmv Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/24 13:36:20 wiz Exp $ # DISTNAME= vifm-0.1 @@ -12,8 +12,7 @@ COMMENT= Ncurses based file manager with vi like keybindings GNU_CONFIGURE= yes USE_BUILDLINK2= yes USE_GMAKE= yes -# Required ncurses function: redrawwin(3n) -USE_NCURSES= yes +USE_NCURSES= # redrawwin() pre-configure: @${SED} -e "s/cfg.use_screen = 0/cfg.use_screen = 1/" \ |