aboutsummaryrefslogtreecommitdiff
path: root/net/ifstat
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-12-12 10:48:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-12-12 10:48:46 +0000
commit0538b8c20cf990175efd8f2a2cd9ae535a96c9c5 (patch)
treeb29ffd45c43d460ddcfdf04071ccd70c541554d0 /net/ifstat
parentf305aa323811095a9e80549ac6f81e259f089419 (diff)
downloadports-0538b8c20cf990175efd8f2a2cd9ae535a96c9c5.tar.gz
ports-0538b8c20cf990175efd8f2a2cd9ae535a96c9c5.zip
Notes
Diffstat (limited to 'net/ifstat')
-rw-r--r--net/ifstat/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile
index 9ec56d516e8a..90d53e2459c8 100644
--- a/net/ifstat/Makefile
+++ b/net/ifstat/Makefile
@@ -7,6 +7,7 @@
PORTNAME= ifstat
PORTVERSION= 1.1
+PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://gael.roualland.free.fr/%SUBDIR%/
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -23,7 +24,7 @@ PLIST_FILES= bin/ifstat
.include <bsd.port.pre.mk>
.if defined(WITH_SNMP)
-LIB_DEPENDS+= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
.else
CONFIGURE_ARGS+= --without-snmp
.endif