diff options
author | roy <roy@pkgsrc.org> | 2017-01-05 16:08:18 +0000 |
---|---|---|
committer | roy <roy@pkgsrc.org> | 2017-01-05 16:08:18 +0000 |
commit | da3038fa0376981a22af9693d4222f9ae41592ed (patch) | |
tree | 4828fbb2f5c3d2ae7e5ee668f78b839dd18f4f6b /misc/multitail | |
parent | 6a6d0cc768fb7be02847c4a09f292d954de69234 (diff) | |
download | pkgsrc-da3038fa0376981a22af9693d4222f9ae41592ed.tar.gz |
Note we need libpanel from curses.
Diffstat (limited to 'misc/multitail')
-rw-r--r-- | misc/multitail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/multitail/Makefile b/misc/multitail/Makefile index f4593c6dd2e..d1da7b423c1 100644 --- a/misc/multitail/Makefile +++ b/misc/multitail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2017/01/05 12:38:30 roy Exp $ +# $NetBSD: Makefile,v 1.30 2017/01/05 16:08:18 roy Exp $ # DISTNAME= multitail-4.0.6 @@ -11,7 +11,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.vanheusden.com/multitail/ COMMENT= View one or multiple files -INCOMPAT_CURSES+= NetBSD-[0-6].*-* NetBSD-7.[0-9].* +INCOMPAT_CURSES+= NetBSD-[0-6].*-* NetBSD-7.[0-9].* # needs libpanel FAKE_NCURSES= yes INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/multitail \ |