diff options
Diffstat (limited to 'net-dns/dnstop/dnstop-20030124.ebuild')
-rw-r--r-- | net-dns/dnstop/dnstop-20030124.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-dns/dnstop/dnstop-20030124.ebuild b/net-dns/dnstop/dnstop-20030124.ebuild index 63e548ef9085..c488d33156b4 100644 --- a/net-dns/dnstop/dnstop-20030124.ebuild +++ b/net-dns/dnstop/dnstop-20030124.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20030124.ebuild,v 1.3 2004/06/24 22:35:12 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20030124.ebuild,v 1.4 2005/01/29 21:19:18 dragonheart Exp $ DESCRIPTION="Displays various tables of DNS traffic on your network." HOMEPAGE="http://dnstop.measurement-factory.com/" @@ -11,7 +11,7 @@ SLOT="0" KEYWORDS="~ppc" IUSE="" -DEPEND=">=net-libs/libpcap-0.7.1-r2" +DEPEND="virtual/libpcap" S=${WORKDIR} |