diff options
author | Florian Smeets <flo@FreeBSD.org> | 2011-02-10 00:23:31 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2011-02-10 00:23:31 +0000 |
commit | ddcd2d8adbf4bb29737ff4986d2f7704297d3efa (patch) | |
tree | dd48f9f41ceb67c2e751ef7653cd3c2c62a5f527 /sysutils/munin-node | |
parent | 69120e025ec69b8598b87ccd01dfdda30aa5f31c (diff) | |
download | ports-ddcd2d8adbf4bb29737ff4986d2f7704297d3efa.tar.gz ports-ddcd2d8adbf4bb29737ff4986d2f7704297d3efa.zip |
Notes
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r-- | sysutils/munin-node/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index f422bf7977fb..b0f9c738623f 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -7,7 +7,7 @@ PORTNAME= munin PORTVERSION= 1.4.5 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils perl5 MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20stable/${PORTVERSION} PKGNAMESUFFIX= -node @@ -21,7 +21,8 @@ BUILD_DEPENDS= ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build \ ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ bash:${PORTSDIR}/shells/bash -RUN_DEPENDS= ${SITE_PERL}/DateTime/HiRes.pm:${PORTSDIR}/devel/p5-DateTime-HiRes \ +RUN_DEPENDS= ${SITE_PERL}/Cache/Cache.pm:${PORTSDIR}/devel/p5-Cache-Cache \ + ${SITE_PERL}/DateTime/HiRes.pm:${PORTSDIR}/devel/p5-DateTime-HiRes \ ${SITE_PERL}/Munin/Common/Defaults.pm:${PORTSDIR}/sysutils/munin-common \ ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \ ${SITE_PERL}/Net/SNMP.pm:${PORTSDIR}/net-mgmt/p5-Net-SNMP \ |