aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireshark
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2002-05-20 06:47:10 +0800
committerkuriyama <kuriyama@FreeBSD.org>2002-05-20 06:47:10 +0800
commit54e70f9918b74a6ab63494c7424de59fd00db370 (patch)
tree53696a405ec2275cd3ac2c387751d86604502d26 /net/wireshark
parent3ccdc9a04b53dfd428fa067ca51b4634a0303efe (diff)
downloadfreebsd-ports-gnome-54e70f9918b74a6ab63494c7424de59fd00db370.tar.gz
freebsd-ports-gnome-54e70f9918b74a6ab63494c7424de59fd00db370.tar.zst
freebsd-ports-gnome-54e70f9918b74a6ab63494c7424de59fd00db370.zip
I did not check this port works fine with net-snmp 5.x.
Maintainer, feel free to depend on 5.x if you are sure.
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 e4dc935aa2f1..8fd7da00c8c5 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -18,7 +18,7 @@ MASTER_SITE_SUBDIR= . old-versions
MAINTAINER= billf@FreeBSD.org
.if !defined(WITHOUT_SNMP)
-LIB_DEPENDS= snmp.5:${PORTSDIR}/net/net-snmp
+LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp4
.endif
.if !defined(WITHOUT_X11)