diff options
author | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:52 +0000 |
---|---|---|
committer | Achim Gottinger <achim@gentoo.org> | 2000-11-02 08:31:52 +0000 |
commit | 061ecd3914c1ad8b795b985f403f11d75b457971 (patch) | |
tree | 038940ba0d282f284f557d25a28268f27cf0a961 /net-analyzer/tcpstat | |
parent | Added dependencies (diff) | |
download | historical-061ecd3914c1ad8b795b985f403f11d75b457971.tar.gz historical-061ecd3914c1ad8b795b985f403f11d75b457971.tar.bz2 historical-061ecd3914c1ad8b795b985f403f11d75b457971.zip |
Added dependencies
Diffstat (limited to 'net-analyzer/tcpstat')
-rw-r--r-- | net-analyzer/tcpstat/tcpstat-1.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-analyzer/tcpstat/tcpstat-1.3.ebuild b/net-analyzer/tcpstat/tcpstat-1.3.ebuild index 62c9abc45c11..fcaf22d2e7b9 100644 --- a/net-analyzer/tcpstat/tcpstat-1.3.ebuild +++ b/net-analyzer/tcpstat/tcpstat-1.3.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.3.ebuild,v 1.3 2000/09/15 20:09:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpstat/tcpstat-1.3.ebuild,v 1.4 2000/11/02 08:31:52 achim Exp $ P=tcpstat-1.3 A=${P}.tar.gz @@ -10,6 +10,8 @@ DESCRIPTION="Reports network interface statistics" SRC_URI="http://www.frenchfries.net/paul/tcpstat/${A}" HOMEPAGE="http://www.frenchfries.net/paul/tcpstat/" +DEPEND=">=sys-libs/glibc-2.1.3 + >=net-libs/libpcap-0.5.2" src_compile() { |