diff options
author | wiz <wiz> | 2004-02-19 14:59:10 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-02-19 14:59:10 +0000 |
commit | e673c3e3b7e6bd50e883ae23bbcb769b565771d4 (patch) | |
tree | 3afd6d965787a7c6c26a2d1497c8e34800db0877 /misc/vfu | |
parent | b3cd6df9c3da97a16c184c50bca43ac65e7b8464 (diff) | |
download | pkgsrc-e673c3e3b7e6bd50e883ae23bbcb769b565771d4.tar.gz |
Add USE_LANGUAGES= c c++ on recommendation by jlam.
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 8a8668dda6b..bc00e5e7fcf 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/01/23 23:22:41 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2004/02/19 14:59:10 wiz Exp $ # DISTNAME= vfu-3.04 @@ -12,6 +12,7 @@ HOMEPAGE= http://www.biscom.net/~cade/away/vfu/ COMMENT= Small, handy, easy-to-use file manager USE_BUILDLINK2= # defined +USE_LANGUAGES= c c++ USE_PKGINSTALL= YES INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* |