diff options
author | wiz <wiz@pkgsrc.org> | 2020-09-01 08:01:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2020-09-01 08:01:25 +0000 |
commit | e6601fc111a1d64cd0b63601a4d5d37ab7bb85d2 (patch) | |
tree | 0fa547a50398b33c3abfad7379852bfca4949555 /sysutils/munin-node | |
parent | 8b7e3f24b44c0f0efb5c95cf1693d369a3345906 (diff) | |
download | pkgsrc-e6601fc111a1d64cd0b63601a4d5d37ab7bb85d2.tar.gz |
*: comment out p5-Time-HiRes dependency, part of perl
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r-- | sysutils/munin-node/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index bb94b96c6a4..3d3c7ed5fd4 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.43 2020/08/31 18:11:29 wiz Exp $ -# +# $NetBSD: Makefile,v 1.44 2020/09/01 08:01:26 wiz Exp $ PKGNAME= ${DISTNAME:S/munin/munin-node/} -PKGREVISION= 1 +PKGREVISION= 2 COMMENT= System monitoring tool, client version .include "../../sysutils/munin-common/Makefile.common" @@ -13,7 +12,7 @@ DEPENDS+= p5-List-MoreUtils>=0:../../devel/p5-List-MoreUtils DEPENDS+= p5-Net-SSLeay>=0:../../security/p5-Net-SSLeay DEPENDS+= p5-Net-Server>=0:../../net/p5-Net-Server DEPENDS+= p5-Socket6>=0:../../net/p5-Socket6 -DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes +#DEPENDS+= p5-Time-HiRes>=0:../../time/p5-Time-HiRes OWN_DIRS= ${PKG_SYSCONFDIR}/plugin-conf.d OWN_DIRS+= ${PKG_SYSCONFDIR}/plugins |