diff options
author | wiz <wiz@pkgsrc.org> | 2004-01-23 23:22:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-01-23 23:22:41 +0000 |
commit | 8e145acaa657f9278211e88aa7a935cc9a4bd8b2 (patch) | |
tree | 349933a59a5fbe4cb2ca49152b1f6bb0b676e391 /misc/vfu/Makefile | |
parent | c0ae7d0130ec30f1522b4e31572081e1d8633c74 (diff) | |
download | pkgsrc-8e145acaa657f9278211e88aa7a935cc9a4bd8b2.tar.gz |
Make build on -current.
Also, this package can use native curses since 1.6V; replace
USE_NCURSES with appropriate INCOMPAT_CURSES.
Diffstat (limited to 'misc/vfu/Makefile')
-rw-r--r-- | misc/vfu/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/vfu/Makefile b/misc/vfu/Makefile index 9707ac62f91..8a8668dda6b 100644 --- a/misc/vfu/Makefile +++ b/misc/vfu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2003/09/28 09:13:58 jlam Exp $ +# $NetBSD: Makefile,v 1.34 2004/01/23 23:22:41 wiz Exp $ # DISTNAME= vfu-3.04 @@ -13,7 +13,9 @@ COMMENT= Small, handy, easy-to-use file manager USE_BUILDLINK2= # defined USE_PKGINSTALL= YES -USE_NCURSES= # qiflush() + +INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* +INCOMPAT_CURSES+= NetBSD-1.6[A-U]-* DOCDIR= ${PREFIX}/share/doc/vfu EGDIR= ${PREFIX}/share/examples/vfu |