diff options
Diffstat (limited to 'net-analyzer/lft/lft-2.2.ebuild')
-rw-r--r-- | net-analyzer/lft/lft-2.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/lft/lft-2.2.ebuild b/net-analyzer/lft/lft-2.2.ebuild index 9f234b5df6c2..c4d4493196ba 100644 --- a/net-analyzer/lft/lft-2.2.ebuild +++ b/net-analyzer/lft/lft-2.2.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/lft/lft-2.2.ebuild,v 1.3 2004/07/10 12:04:58 eldad Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/lft/lft-2.2.ebuild,v 1.4 2005/01/29 05:12:51 dragonheart Exp $ DESCRIPTION="Layer Four Traceroute: an advanced traceroute implementation" HOMEPAGE="http://www.mainnerve.com/lft/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -DEPEND="net-libs/libpcap" +DEPEND="virtual/libpcap" src_install() { einstall || die |