diff options
author | sylvio <sylvio@FreeBSD.org> | 2010-06-03 03:14:17 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2010-06-03 03:14:17 +0800 |
commit | 34603e8eb6b148c6f25e97293616f724f6bfc24b (patch) | |
tree | 44ff5dbdffef038f8fddda1b51582dc85f9d2391 /net/ifstat | |
parent | bcdb489feb9f54fb85842a3b61435a479aab6ad7 (diff) | |
download | freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.tar.gz freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.tar.zst freebsd-ports-gnome-34603e8eb6b148c6f25e97293616f724f6bfc24b.zip |
- Chase net-snmp shlib bump
Diffstat (limited to 'net/ifstat')
-rw-r--r-- | net/ifstat/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ifstat/Makefile b/net/ifstat/Makefile index d58279c3167d..832698951a0e 100644 --- a/net/ifstat/Makefile +++ b/net/ifstat/Makefile @@ -7,7 +7,7 @@ PORTNAME= ifstat PORTVERSION= 1.1 -PORTREVISION= 3 +PORTREVISION= 4 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.16:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.20:${PORTSDIR}/net-mgmt/net-snmp .else CONFIGURE_ARGS+= --without-snmp .endif |