diff options
-rw-r--r-- | net/ethereal/Makefile | 2 | ||||
-rw-r--r-- | net/wireshark/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index d9fb638fcdce..e4dc935aa2f1 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -18,7 +18,7 @@ MASTER_SITE_SUBDIR= . old-versions MAINTAINER= billf@FreeBSD.org .if !defined(WITHOUT_SNMP) -LIB_DEPENDS= snmp.4:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= snmp.5:${PORTSDIR}/net/net-snmp .endif .if !defined(WITHOUT_X11) diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index d9fb638fcdce..e4dc935aa2f1 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.4:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= snmp.5:${PORTSDIR}/net/net-snmp .endif .if !defined(WITHOUT_X11) |