diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 18:58:30 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2008-03-27 18:58:30 +0800 |
commit | 7080b62237fd548d204b8488db6e840fcd851d4b (patch) | |
tree | d8e7c98eb86a35829a71897a411d14a02b35abb2 /net-mgmt/nagios-snmp-plugins | |
parent | 879c2b53ffb6286bd81713d98c97138dd8d83785 (diff) | |
download | freebsd-ports-graphics-7080b62237fd548d204b8488db6e840fcd851d4b.tar.gz freebsd-ports-graphics-7080b62237fd548d204b8488db6e840fcd851d4b.tar.zst freebsd-ports-graphics-7080b62237fd548d204b8488db6e840fcd851d4b.zip |
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Diffstat (limited to 'net-mgmt/nagios-snmp-plugins')
-rw-r--r-- | net-mgmt/nagios-snmp-plugins/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/nagios-snmp-plugins/Makefile b/net-mgmt/nagios-snmp-plugins/Makefile index ac0e0a99449..4320e82a88e 100644 --- a/net-mgmt/nagios-snmp-plugins/Makefile +++ b/net-mgmt/nagios-snmp-plugins/Makefile @@ -7,13 +7,14 @@ PORTNAME= nagios-snmp-plugins PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.softwareforge.de/releases/${PORTNAME}/ MAINTAINER= ports@FreeBSD.org COMMENT= Additional SNMP plugins for Nagios -LIB_DEPENDS= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS= netsnmp.16:${PORTSDIR}/net-mgmt/net-snmp GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:14 autoheader:261 autoconf:261 |