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 16:08:19 UTC 2017

Modified Files:
        pkgsrc/misc/multitail: Makefile

Log Message:
Note we need libpanel from curses.


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 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.29 pkgsrc/misc/multitail/Makefile:1.30
--- pkgsrc/misc/multitail/Makefile:1.29 Thu Jan  5 12:38:30 2017
+++ pkgsrc/misc/multitail/Makefile      Thu Jan  5 16:08:18 2017
@@ -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@localhost
 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       \



Home | Main Index | Thread Index | Old Index