aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-05 20:26:24 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-12-05 20:26:24 +0000
commit894d8f9ca48dbb466d69190255e68a6cee151764 (patch)
tree44f78497d1811c3fa481749231da91a98797b4f8 /net/wireshark
parenta0e4799ea042407519931bd82b173bb79ac062a5 (diff)
downloadports-894d8f9ca48dbb466d69190255e68a6cee151764.tar.gz
ports-894d8f9ca48dbb466d69190255e68a6cee151764.zip
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile2
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