diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-07 22:10:06 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-07 22:10:06 +0000 |
commit | b7ebfd264d7de1faa069e964bf75dacebe9897be (patch) | |
tree | 53e05abdb6ed22c27c9c0fa337b5219655485b44 /net | |
parent | 07eadf24824481179537987af474a1522c5d0b5c (diff) | |
download | pkgsrc-b7ebfd264d7de1faa069e964bf75dacebe9897be.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')
-rw-r--r-- | net/mrtg/Makefile | 6 | ||||
-rw-r--r-- | net/nagios-plugin-snmp/Makefile | 5 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 5b024acf98d..6d95d9cf639 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.70 2006/06/05 23:54:44 minskim Exp $ +# $NetBSD: Makefile,v 1.71 2006/07/07 22:10:07 jlam Exp $ DISTNAME= mrtg-2.12.2 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= net MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/ \ http://people.ee.ethz.ch/~oetiker/webtools/mrtg/pub/old/ \ @@ -27,7 +27,7 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://ee-staff.ethz.ch/~oetiker/webtools/mrtg/mrtg.html COMMENT= The Multi-Router Traffic Grapher -USE_TOOLS+= perl +USE_TOOLS+= perl:run GNU_CONFIGURE= YES BUILD_DEFS+= USE_INET6 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 |