diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-09-21 13:19:59 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-09-21 13:19:59 +0000 |
commit | 613f7bfd03e62538ce950e5462d35242ec4cfbcc (patch) | |
tree | 2fdb0ba076437f7677ecfdaaf51bbb22830d9640 /sysutils/munin-node | |
parent | d18f0b8dd1892a20c8e42a5181598c35426c8a49 (diff) |
Notes
Diffstat (limited to 'sysutils/munin-node')
-rw-r--r-- | sysutils/munin-node/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index 4b18a770022f..934569fec4aa 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= p5-Cache-Cache>=0:${PORTSDIR}/devel/p5-Cache-Cache \ DISTINFO_FILE= ${MUNIN_DISTINFO} EXTRA_PATCHES+= ${MUNIN_PATCHES} -USES= gmake shebangfix perl5 +USES= gmake perl5 shebangfix PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_ARGS= -i "" SHEBANG_FILES= node/sbin/munin-node @@ -42,8 +42,8 @@ SNMP_DESC= Include support for SNMP plugins .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MSNMP} -BUILD_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP -RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP +BUILD_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP +RUN_DEPENDS+= p5-Net-SNMP>=0:${PORTSDIR}/net-mgmt/p5-Net-SNMP .endif MAN1= munin-node-configure.1 \ |