diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 01:19:04 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 01:19:04 +0000 |
commit | 384985f41e0668161a45f655a860dc0c9f558eca (patch) | |
tree | b503a0d56b7d5e1d463884061ef6ee608085f876 /net-mgmt/nagios-snmp-plugins | |
parent | bd92a4a0a5888a4c2b0b86a9321aab9271127895 (diff) | |
download | ports-384985f41e0668161a45f655a860dc0c9f558eca.tar.gz ports-384985f41e0668161a45f655a860dc0c9f558eca.zip |
Notes
Diffstat (limited to 'net-mgmt/nagios-snmp-plugins')
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index a6b3a3f691cb..81bde41cc5be 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -7,14 +7,14 @@ PORTNAME= nagios-snmp-plugins PORTVERSION= 1.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-mgmt MASTER_SITES= ftp://ftp.hometree.net/pub/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Additional SNMP plugins for Nagios -LIB_DEPENDS= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:14 autoheader:213 autoconf:213 |