diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:19:38 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 03:19:38 +0000 |
commit | ae9970fe43cc1c3f63b310294a2d948e2b84ec90 (patch) | |
tree | a1996dbfc607961fb7762b6126e062c7efb123ab /net/wireshark | |
parent | bb25fde9242f916e28ab60e2d8de7b6b419674b7 (diff) | |
download | ports-ae9970fe43cc1c3f63b310294a2d948e2b84ec90.tar.gz ports-ae9970fe43cc1c3f63b310294a2d948e2b84ec90.zip |
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.
Notes
Notes:
svn path=/head/; revision=94222
Diffstat (limited to 'net/wireshark')
-rw-r--r-- | net/wireshark/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/wireshark/Makefile b/net/wireshark/Makefile index 2b06505352a8..b8ab7b35b057 100644 --- a/net/wireshark/Makefile +++ b/net/wireshark/Makefile @@ -7,6 +7,7 @@ PORTNAME= ethereal PORTVERSION= 0.9.14 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/%SUBDIR%/ \ ftp://gd.tuwien.ac.at/infosys/security/ethereal/%SUBDIR%/ \ @@ -19,7 +20,7 @@ MAINTAINER= billf@FreeBSD.org COMMENT= An X11/GTK network analyzer/capture tool .if !defined(WITHOUT_SNMP) -LIB_DEPENDS= netsnmp.5:${PORTSDIR}/net/net-snmp +LIB_DEPENDS= netsnmp.6:${PORTSDIR}/net/net-snmp .endif CONFIGURE_ARGS= --program-transform-name="" |