summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authornia <nia@pkgsrc.org>2021-05-14 13:23:22 +0000
committernia <nia@pkgsrc.org>2021-05-14 13:23:22 +0000
commitbfac17e0d734c974223c720796e8991b3dd2870d (patch)
tree0b506273c654b8737d06636a05d29b7491573949 /misc
parentcd5adbebb224ebfdb61742c863aae447a273227e (diff)
downloadpkgsrc-bfac17e0d734c974223c720796e8991b3dd2870d.tar.gz
iwatch: needs wide curses
Diffstat (limited to 'misc')
-rw-r--r--misc/iwatch/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/misc/iwatch/Makefile b/misc/iwatch/Makefile
index befc2162940..ba9b2a13044 100644
--- a/misc/iwatch/Makefile
+++ b/misc/iwatch/Makefile
@@ -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
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"