diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-05 20:26:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-12-05 20:26:24 +0000 |
commit | 894d8f9ca48dbb466d69190255e68a6cee151764 (patch) | |
tree | 44f78497d1811c3fa481749231da91a98797b4f8 /net/wireshark | |
parent | Remove a locally untested upgrade which snuck in with the commit to (diff) |
Bump the net-snmp shared lib version.
PR: 74718
Notes
Notes:
svn path=/head/; revision=123261
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 |