pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/iwatch



Module Name:    pkgsrc
Committed By:   nia
Date:           Fri May 14 13:23:22 UTC 2021

Modified Files:
        pkgsrc/misc/iwatch: Makefile

Log Message:
iwatch: needs wide curses


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/misc/iwatch/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/iwatch/Makefile
diff -u pkgsrc/misc/iwatch/Makefile:1.2 pkgsrc/misc/iwatch/Makefile:1.3
--- pkgsrc/misc/iwatch/Makefile:1.2     Wed May 31 03:59:45 2017
+++ pkgsrc/misc/iwatch/Makefile Fri May 14 13:23:22 2021
@@ -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 @@ GITHUB_TAG=   v${PKGVERSION_NOREV}
 
 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