diff options
Diffstat (limited to 'net-analyzer/fprobe')
-rw-r--r-- | net-analyzer/fprobe/ChangeLog | 7 | ||||
-rw-r--r-- | net-analyzer/fprobe/fprobe-1.0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/net-analyzer/fprobe/ChangeLog b/net-analyzer/fprobe/ChangeLog index bafcbfcfd5fe..04de714d3311 100644 --- a/net-analyzer/fprobe/ChangeLog +++ b/net-analyzer/fprobe/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-analyzer/fprobe -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.6 2004/09/27 18:52:49 squinky86 Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/ChangeLog,v 1.7 2005/01/29 05:12:51 dragonheart Exp $ + + 29 Jan 2005; Daniel Black <dragonheart@gentoo.org> fprobe-1.0.6.ebuild: + changed net-libs/libpcap depend to virtual/libcap *fprobe-1.0.6 (27 Sep 2004) diff --git a/net-analyzer/fprobe/fprobe-1.0.6.ebuild b/net-analyzer/fprobe/fprobe-1.0.6.ebuild index a71c1b004076..8152223914e4 100644 --- a/net-analyzer/fprobe/fprobe-1.0.6.ebuild +++ b/net-analyzer/fprobe/fprobe-1.0.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.0.6.ebuild,v 1.1 2004/09/27 18:52:49 squinky86 Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fprobe/fprobe-1.0.6.ebuild,v 1.2 2005/01/29 05:12:51 dragonheart Exp $ DESCRIPTION="A libpcap-based tool to collect network traffic data and emit it as NetFlow flows" HOMEPAGE="http://fprobe.sourceforge.net" @@ -12,7 +12,7 @@ KEYWORDS="x86 ~ppc" IUSE="debug messages" -DEPEND=">=net-libs/libpcap-0.8.3" +DEPEND="virtual/libpcap" src_compile() { local myconf |