aboutsummaryrefslogtreecommitdiff
path: root/sysutils/munin-node
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2020-04-01 12:09:45 +0000
committerMathieu Arnold <mat@FreeBSD.org>2020-04-01 12:09:45 +0000
commit30ca8ee950139b8d228252dd70dd2276e9e298d7 (patch)
tree0394f0a4daac3e8b06cfc73a43daa0f486d7fc26 /sysutils/munin-node
parentbdca5e14c45ccc67145f6edd94094c3ef4131c8d (diff)
downloadports-30ca8ee950139b8d228252dd70dd2276e9e298d7.tar.gz
ports-30ca8ee950139b8d228252dd70dd2276e9e298d7.zip
Add missing depend.
Notes
Notes: svn path=/head/; revision=530212
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r--sysutils/munin-node/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile
index eb4e8e29add6..957942503634 100644
--- a/sysutils/munin-node/Makefile
+++ b/sysutils/munin-node/Makefile
@@ -3,6 +3,7 @@
PORTNAME= munin
PORTVERSION= ${MUNIN_VERSION}
+PORTREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MUNIN_SITES}
PKGNAMESUFFIX= -node
@@ -12,11 +13,13 @@ COMMENT= Node-specific part of Munin
BUILD_DEPENDS= p5-Module-Build>=0:devel/p5-Module-Build \
p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
+ p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
p5-Net-Server>=0:net/p5-Net-Server \
bash:shells/bash
RUN_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache \
p5-DateTime-HiRes>=0:devel/p5-DateTime-HiRes \
+ p5-Log-Log4perl>=0:devel/p5-Log-Log4perl \
munin-common>=${MUNIN_VERSION}:sysutils/munin-common \
p5-Net-Server>=0:net/p5-Net-Server \
p5-List-MoreUtils>0:lang/p5-List-MoreUtils \