aboutsummaryrefslogtreecommitdiffstats
path: root/net/ifstat
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2007-02-28 09:19:04 +0800
committerkuriyama <kuriyama@FreeBSD.org>2007-02-28 09:19:04 +0800
commit0a23993ee737a5c7f86999b70de14c23cb8bb303 (patch)
tree017505a5c0b010280d4003ef49c85d841149c789 /net/ifstat
parent512c546b626c81f8d41fe3a7e421c11ddf93f855 (diff)
downloadfreebsd-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/ifstat')
-rw-r--r--net/ifstat/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile
index 700cecdd63e4..8b429e192c4c 100644
--- a/net/ifstat/Makefile
+++ b/net/ifstat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ifstat
PORTVERSION= 1.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= net
MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -26,7 +26,7 @@ PLIST_FILES= bin/ifstat
.include <bsd.port.pre.mk>
.if defined(WITH_SNMP)
-LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.10:${PORTSDIR}/net-mgmt/net-snmp
.else
CONFIGURE_ARGS+= --without-snmp
.endif