diff options
author | Markus Ullmann <jokey@gentoo.org> | 2006-02-16 00:05:08 +0000 |
---|---|---|
committer | Markus Ullmann <jokey@gentoo.org> | 2006-02-16 00:05:08 +0000 |
commit | 2e872a9889e281baf3e468925982ca5e63eb2afe (patch) | |
tree | 62097846237b71c8995b0890bd86b29712510686 /net-analyzer/tcpick/tcpick-0.2.1.ebuild | |
parent | Removing virtual/libpcap wrt bug #117898 (diff) | |
download | gentoo-2-2e872a9889e281baf3e468925982ca5e63eb2afe.tar.gz gentoo-2-2e872a9889e281baf3e468925982ca5e63eb2afe.tar.bz2 gentoo-2-2e872a9889e281baf3e468925982ca5e63eb2afe.zip |
Removing virtual/libpcap wrt bug #117898
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'net-analyzer/tcpick/tcpick-0.2.1.ebuild')
-rw-r--r-- | net-analyzer/tcpick/tcpick-0.2.1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/tcpick/tcpick-0.2.1.ebuild b/net-analyzer/tcpick/tcpick-0.2.1.ebuild index 712b8693fa36..b9746d90168e 100644 --- a/net-analyzer/tcpick/tcpick-0.2.1.ebuild +++ b/net-analyzer/tcpick/tcpick-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpick/tcpick-0.2.1.ebuild,v 1.3 2005/09/27 20:26:49 vanquirius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/tcpick/tcpick-0.2.1.ebuild,v 1.4 2006/02/16 00:02:25 jokey Exp $ DESCRIPTION="TCP Stream Sniffer and Connection Tracker" HOMEPAGE="http://tcpick.sourceforge.net/" @@ -11,7 +11,7 @@ KEYWORDS="~amd64 ~ppc x86" IUSE="" DEPEND="virtual/libc - virtual/libpcap" + net-libs/libpcap" src_install() { make install DESTDIR="${D}" || die "install failed" |