diff options
Diffstat (limited to 'net-analyzer/fprobe/fprobe-1.0.6.ebuild')
-rw-r--r-- | net-analyzer/fprobe/fprobe-1.0.6.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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 |