From 5aaada8a85c11cb4d35ac3fe2584180d90add0ba Mon Sep 17 00:00:00 2001 From: jschauma Date: Wed, 24 Jul 2002 22:48:23 +0000 Subject: Add USE_NCURSES to ensure, uh, use of ncurses ;-) (Buildlink alone is not satisfactory, it seems?) Fixes build-problem reported in Huberts last bulk-build. --- misc/vfu/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index a1c45902c4e..b356cd006e2 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2002/05/25 15:04:04 hubertf Exp $ +# $NetBSD: Makefile,v 1.25 2002/07/24 22:48:23 jschauma Exp $ # DISTNAME= vfu-3.04 @@ -13,6 +13,7 @@ COMMENT= Small, handy, easy-to-use file manager USE_BUILDLINK_ONLY= # defined #USE_PERL5= # defined +USE_NCURSES= # defined DOCDIR= ${PREFIX}/share/doc/vfu EGDIR= ${PREFIX}/share/examples/vfu -- cgit v1.2.3