aboutsummaryrefslogtreecommitdiff
path: root/net/wireshark
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2005-11-30 05:23:10 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2005-11-30 05:23:10 +0000
commitb650876e963062651e843375d9035e795f8374d8 (patch)
tree42f15e742451b527b3ca816be69895f50678abc1 /net/wireshark
parentde310693e85521514938b64185d9b5d6c25cb416 (diff)
downloadports-b650876e963062651e843375d9035e795f8374d8.tar.gz
ports-b650876e963062651e843375d9035e795f8374d8.zip
Notes
Diffstat (limited to 'net/wireshark')
-rw-r--r--net/wireshark/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile
index 4561e1504209..0505bf786d11 100644
--- a/net/wireshark/Makefile
+++ b/net/wireshark/Makefile
@@ -7,7 +7,7 @@
PORTNAME= ethereal
PORTVERSION= 0.10.13
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= net ipv6
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
ftp://ftp.ethereal.com/pub/ethereal/all-versions/
@@ -98,7 +98,7 @@ CONFIGURE_ARGS+= --with-pcre=no
.endif
.if !defined(WITHOUT_SNMP) && !defined(LITE)
-LIB_DEPENDS+= netsnmp.7:${PORTSDIR}/net-mgmt/net-snmp
+LIB_DEPENDS+= netsnmp.9:${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