diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 09:19:04 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2007-02-28 09:19:04 +0800 |
commit | 0a23993ee737a5c7f86999b70de14c23cb8bb303 (patch) | |
tree | 017505a5c0b010280d4003ef49c85d841149c789 /net-mgmt/nagios-snmp-plugins | |
parent | 512c546b626c81f8d41fe3a7e421c11ddf93f855 (diff) | |
download | freebsd-ports-gnome-0a23993ee737a5c7f86999b70de14c23cb8bb303.tar.gz freebsd-ports-gnome-0a23993ee737a5c7f86999b70de14c23cb8bb303.tar.zst freebsd-ports-gnome-0a23993ee737a5c7f86999b70de14c23cb8bb303.zip |
- Bump shlib version to libnetsnmp.so.10 and bump $PORTREVISION.
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 |