diff options
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/" \ |