diff options
author | jlam <jlam> | 2006-07-07 22:10:06 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-07 22:10:06 +0000 |
commit | 917eb5c8e433761cbe1d4c79d011db92291ff9b8 (patch) | |
tree | 53e05abdb6ed22c27c9c0fa337b5219655485b44 /net/nagios-plugin-snmp | |
parent | 8aa99bcfb248ef087acb15568ab9e49ea4184019 (diff) | |
download | pkgsrc-917eb5c8e433761cbe1d4c79d011db92291ff9b8.tar.gz |
Add an explicit run-time dependency on perl because these packages
install perl scripts. Bump the PKGREVISION for the dependency change.
Diffstat (limited to 'net/nagios-plugin-snmp')
-rw-r--r-- | net/nagios-plugin-snmp/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/nagios-plugin-snmp/Makefile b/net/nagios-plugin-snmp/Makefile index deefcdc085d..a2c3b8d4d26 100644 --- a/net/nagios-plugin-snmp/Makefile +++ b/net/nagios-plugin-snmp/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:20 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2006/07/07 22:10:07 jlam Exp $ # PKGNAME= nagios-plugin-snmp-${PLUGINSVERSION} +PKGREVISION= 1 CATEGORIES= net sysutils MAINTAINER= pkgsrc-users@NetBSD.org @@ -12,6 +13,8 @@ DEPENDS+= p5-Net-SNMP-[0-9]*:../../net/p5-Net-SNMP .include "../../net/nagios-plugins/Makefile.common" +USE_TOOLS+= perl:run + BINARY_TARGET= check_snmp check_hpjd SCRIPT_TARGET= check_ifoperstatus check_ifstatus SCRIPT_TARGET+= check_breeze check_wave |