diff options
author | jschauma <jschauma> | 2002-07-24 22:48:23 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-07-24 22:48:23 +0000 |
commit | 3bb9ec6660c721792b1eb09928f13c2ff1cb026b (patch) | |
tree | 43d70837d5c23e5ac62268d5ad2b33fa3b357f71 /misc/vfu | |
parent | b6cb61f3d25928217bc0c33dc8b06be1d7c0f769 (diff) | |
download | pkgsrc-3bb9ec6660c721792b1eb09928f13c2ff1cb026b.tar.gz |
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.
Diffstat (limited to 'misc/vfu')
-rw-r--r-- | misc/vfu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |