pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/iwatch iwatch: needs wide curses



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0680a05c1d7a
branches:  trunk
changeset: 452704:0680a05c1d7a
user:      nia <nia%pkgsrc.org@localhost>
date:      Fri May 14 13:23:22 2021 +0000

description:
iwatch: needs wide curses

diffstat:

 misc/iwatch/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 208b9f62be5f -r 0680a05c1d7a misc/iwatch/Makefile
--- a/misc/iwatch/Makefile      Fri May 14 13:20:16 2021 +0000
+++ b/misc/iwatch/Makefile      Fri May 14 13:23:22 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2017/05/31 03:59:45 nonaka Exp $
+# $NetBSD: Makefile,v 1.3 2021/05/14 13:23:22 nia Exp $
 
 DISTNAME=      iwatch-1.0.4
 CATEGORIES=    misc
@@ -7,11 +7,12 @@
 
 MAINTAINER=    nonakap%gmail.com@localhost
 HOMEPAGE=      https://github.com/iij/iwatch
-COMMENT=       Watch the command output with interval timer 
+COMMENT=       Watch the command output with interval timer
 LICENSE=       2-clause-bsd
 
 GNU_CONFIGURE= yes
 USE_TOOLS=     gmake
+USE_CURSES=    wide
 MAKE_FILE=     GNUmakefile
 
 .include "../../mk/curses.buildlink3.mk"



Home | Main Index | Thread Index | Old Index