diff options
Diffstat (limited to 'net-analyzer/ndsad/ndsad-1.33.ebuild')
-rw-r--r-- | net-analyzer/ndsad/ndsad-1.33.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-analyzer/ndsad/ndsad-1.33.ebuild b/net-analyzer/ndsad/ndsad-1.33.ebuild index eb36913f131e..20ba9b86efb1 100644 --- a/net-analyzer/ndsad/ndsad-1.33.ebuild +++ b/net-analyzer/ndsad/ndsad-1.33.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndsad/ndsad-1.33.ebuild,v 1.3 2006/02/19 22:56:19 tsunam Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ndsad/ndsad-1.33.ebuild,v 1.4 2006/06/27 18:13:46 pva Exp $ DESCRIPTION="Cisco netflow probe from libpcap, ULOG, tee/divert sources." HOMEPAGE="http://sourceforge.net/projects/ndsad" @@ -11,10 +11,7 @@ SLOT="0" KEYWORDS="x86" IUSE="" -RDEPEND=">=net-libs/libpcap-0.8" -DEPEND="${RDEPEND} - =sys-devel/automake-1.7* - =sys-devel/autoconf-2.5*" +DEPEND=">=net-libs/libpcap-0.8" src_unpack() { einfo "Regenerating autotools files..." |