summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Robbins <drobbins@gentoo.org>2004-01-30 06:52:29 +0000
committerDaniel Robbins <drobbins@gentoo.org>2004-01-30 06:52:29 +0000
commit9ceb78d5a4b84df2ce27e97bddf777f9a9a1ab9f (patch)
tree2d4eaef5cb4bd472aa4c5e179e411b0f912dfa7d /net-analyzer/nsat
parentautoconf fix (Manifest recommit) (diff)
downloadgentoo-2-9ceb78d5a4b84df2ce27e97bddf777f9a9a1ab9f.tar.gz
gentoo-2-9ceb78d5a4b84df2ce27e97bddf777f9a9a1ab9f.tar.bz2
gentoo-2-9ceb78d5a4b84df2ce27e97bddf777f9a9a1ab9f.zip
autoconf fix
Diffstat (limited to 'net-analyzer/nsat')
-rw-r--r--net-analyzer/nsat/nsat-1.5.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-analyzer/nsat/nsat-1.5.ebuild b/net-analyzer/nsat/nsat-1.5.ebuild
index ff171da2c90d..6e94899fb47b 100644
--- a/net-analyzer/nsat/nsat-1.5.ebuild
+++ b/net-analyzer/nsat/nsat-1.5.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-analyzer/nsat/nsat-1.5.ebuild,v 1.6 2004/01/26 00:53:46 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsat/nsat-1.5.ebuild,v 1.7 2004/01/30 06:52:29 drobbins Exp $
DESCRIPTION="Network Security Analysis Tool, an application-level network security scanner"
HOMEPAGE="http://nsat.sourceforge.net/"
@@ -11,8 +11,10 @@ SLOT="0"
KEYWORDS="x86 ~sparc"
IUSE="X"
-DEPEND="X? ( virtual/x11 dev-lang/tk )
- >=net-libs/libpcap-0.7.1-r1 "
+RDEPEND="X? ( virtual/x11 dev-lang/tk )
+ >=net-libs/libpcap-0.7.1-r1"
+
+DEPEND="$RDEPEND >=sys-devel/autoconf-2.58"
S=${WORKDIR}/${PN}