pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/misc/multitail



Module Name:    pkgsrc
Committed By:   roy
Date:           Thu Jan  5 12:38:30 UTC 2017

Modified Files:
        pkgsrc/misc/multitail: Makefile

Log Message:
Allow to use NetBSD-7.99 curses


To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/misc/multitail/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/misc/multitail/Makefile
diff -u pkgsrc/misc/multitail/Makefile:1.28 pkgsrc/misc/multitail/Makefile:1.29
--- pkgsrc/misc/multitail/Makefile:1.28 Wed Jan  4 22:05:37 2017
+++ pkgsrc/misc/multitail/Makefile      Thu Jan  5 12:38:30 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/01/04 22:05:37 roy Exp $
+# $NetBSD: Makefile,v 1.29 2017/01/05 12:38:30 roy Exp $
 #
 
 DISTNAME=      multitail-4.0.6
@@ -11,7 +11,7 @@ MAINTAINER=   pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      http://www.vanheusden.com/multitail/
 COMMENT=       View one or multiple files
 
-INCOMPAT_CURSES+=      NetBSD-[0-7].*-*
+INCOMPAT_CURSES+=      NetBSD-[0-6].*-* NetBSD-7.[0-9].*
 FAKE_NCURSES=          yes
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/doc/multitail       \



Home | Main Index | Thread Index | Old Index