diff options
Diffstat (limited to 'net-analyzer/nsat/nsat-1.5.ebuild')
-rw-r--r-- | net-analyzer/nsat/nsat-1.5.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nsat/nsat-1.5.ebuild b/net-analyzer/nsat/nsat-1.5.ebuild index 5fb0685a7865..ea87209119c0 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 Foundation +# Copyright 1999-2005 Gentoo Foundation # 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.9 2004/06/24 22:13:55 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsat/nsat-1.5.ebuild,v 1.10 2005/01/29 05:12:51 dragonheart Exp $ inherit eutils @@ -14,7 +14,7 @@ KEYWORDS="x86 ~sparc" IUSE="X" RDEPEND="X? ( virtual/x11 dev-lang/tk ) - >=net-libs/libpcap-0.7.1-r1" + virtual/libpcap" DEPEND="$RDEPEND >=sys-devel/autoconf-2.58" |