diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 14:52:43 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-21 14:52:43 +0000 |
commit | 354a22233585b558e3fdfbaa54c5070ba5d0545f (patch) | |
tree | 4f7116dcce7ed502b2182f70e00048cb66d47a3d /net-dns/dnstop/dnstop-20031113.ebuild | |
parent | adding categorie. see 45110 for details (diff) | |
download | historical-354a22233585b558e3fdfbaa54c5070ba5d0545f.tar.gz historical-354a22233585b558e3fdfbaa54c5070ba5d0545f.tar.bz2 historical-354a22233585b558e3fdfbaa54c5070ba5d0545f.zip |
adding categorie. see 45110 for details
Diffstat (limited to 'net-dns/dnstop/dnstop-20031113.ebuild')
-rw-r--r-- | net-dns/dnstop/dnstop-20031113.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net-dns/dnstop/dnstop-20031113.ebuild b/net-dns/dnstop/dnstop-20031113.ebuild index b705904808ce..5cef01cb95b4 100644 --- a/net-dns/dnstop/dnstop-20031113.ebuild +++ b/net-dns/dnstop/dnstop-20031113.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20031113.ebuild,v 1.2 2004/01/23 22:46:24 blkdeath Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-dns/dnstop/dnstop-20031113.ebuild,v 1.3 2004/03/21 14:52:43 mholzer Exp $ DESCRIPTION="Displays various tables of DNS traffic on your network." HOMEPAGE="http://dnstop.measurement-factory.com/" @@ -11,7 +11,8 @@ SLOT="0" KEYWORDS="~x86 ~ppc ~sparc" IUSE="" -DEPEND="ncurses libpcap" +DEPEND="sys-libs/ncurses + net-libs/libpcap" S=${WORKDIR} |