aboutsummaryrefslogtreecommitdiff
path: root/net/ifstat
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-11-30 05:23:10 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-11-30 05:23:10 +0000
commitb650876e963062651e843375d9035e795f8374d8 (patch)
tree42f15e742451b527b3ca816be69895f50678abc1 /net/ifstat
parentde310693e85521514938b64185d9b5d6c25cb416 (diff)
downloadports-b650876e963062651e843375d9035e795f8374d8.tar.gz
ports-b650876e963062651e843375d9035e795f8374d8.zip
Chase shlib version bump of net-snmp.
Notes
Notes: svn path=/head/; revision=149997
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 0769dc9a0ddb..700cecdd63e4 100644
--- a/net/ifstat/Makefile
+++ b/net/ifstat/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ifstat
PORTVERSION= 1.1
-PORTREVISION= 1
+PORTREVISION= 2
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.7:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.9:${PORTSDIR}/net-mgmt/net-snmp
.else
CONFIGURE_ARGS+= --without-snmp
.endif