diff options
author | marcus <marcus@FreeBSD.org> | 2004-12-06 04:26:24 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-12-06 04:26:24 +0800 |
commit | 16e57a321f3df5c1c19ab55ec78f8c277b6392c5 (patch) | |
tree | af3871904d9727e901f79ae79e20347f0d7e9cdf /net/wireshark | |
parent | 54c1492a467bfcea5360071837c9f13cde97272f (diff) | |
download | freebsd-ports-gnome-16e57a321f3df5c1c19ab55ec78f8c277b6392c5.tar.gz freebsd-ports-gnome-16e57a321f3df5c1c19ab55ec78f8c277b6392c5.tar.zst freebsd-ports-gnome-16e57a321f3df5c1c19ab55ec78f8c277b6392c5.zip |
Bump the net-snmp shared lib version.
PR: 74718
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index cf78a1215da1..8fc54e65ee5a 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -85,7 +85,7 @@ CONFIGURE_ARGS+= --with-pcre=no .endif .if !defined(WITHOUT_SNMP) && !defined(LITE) -LIB_DEPENDS+= netsnmp.6:${PORTSDIR}/net-mgmt/net-snmp +LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp CONFIGURE_ARGS+= --with-net-snmp=${LOCALBASE}/bin/net-snmp-config .else CONFIGURE_ARGS+= --enable-snmp=no --with-ucd-snmp=no --with-net-snmp=no |