diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-07-24 22:48:23 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-07-24 22:48:23 +0000 |
commit | 5aaada8a85c11cb4d35ac3fe2584180d90add0ba (patch) | |
tree | 43d70837d5c23e5ac62268d5ad2b33fa3b357f71 /misc | |
parent | f49699bc7187a622767023d4cf0194aa26ed4323 (diff) | |
download | pkgsrc-5aaada8a85c11cb4d35ac3fe2584180d90add0ba.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')
-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 |