diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 11:19:38 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2003-11-18 11:19:38 +0800 |
commit | d5d58b3a1c8f3a2b78e741f8eb8545a927ad9a89 (patch) | |
tree | 1d1279dd6822c79884488aa397ae5cc4ca3c92ae /net/ethereal | |
parent | e85e376bcd8b8271a42b15cefc56b84bfa037e20 (diff) | |
download | freebsd-ports-gnome-d5d58b3a1c8f3a2b78e741f8eb8545a927ad9a89.tar.gz freebsd-ports-gnome-d5d58b3a1c8f3a2b78e741f8eb8545a927ad9a89.tar.zst freebsd-ports-gnome-d5d58b3a1c8f3a2b78e741f8eb8545a927ad9a89.zip |
Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.
Diffstat (limited to 'net/ethereal')
-rw-r--r-- | net/ethereal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 2b06505352a8..b8ab7b35b057 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/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="" |