diff options
author | nia <nia@pkgsrc.org> | 2021-05-14 13:23:22 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-05-14 13:23:22 +0000 |
commit | bfac17e0d734c974223c720796e8991b3dd2870d (patch) | |
tree | 0b506273c654b8737d06636a05d29b7491573949 /misc/iwatch | |
parent | cd5adbebb224ebfdb61742c863aae447a273227e (diff) | |
download | pkgsrc-bfac17e0d734c974223c720796e8991b3dd2870d.tar.gz |
iwatch: needs wide curses
Diffstat (limited to 'misc/iwatch')
-rw-r--r-- | misc/iwatch/Makefile | 5 |
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" |