diff options
author | Peter Volkov <pva@gentoo.org> | 2006-01-22 13:24:27 +0000 |
---|---|---|
committer | Peter Volkov <pva@gentoo.org> | 2006-01-22 13:24:27 +0000 |
commit | 8504105a0b29cb0bcdd548115b7428cb5195b523 (patch) | |
tree | d539f82fbf5c7b540e43b2af2079935b36c98a70 /net-analyzer/nsat/nsat-1.5.ebuild | |
parent | Marked ppc stable for bug #119634; Stabilize Gnome-2.12.2 (diff) | |
download | historical-8504105a0b29cb0bcdd548115b7428cb5195b523.tar.gz historical-8504105a0b29cb0bcdd548115b7428cb5195b523.tar.bz2 historical-8504105a0b29cb0bcdd548115b7428cb5195b523.zip |
Modular X dependencies are fixed.
Package-Manager: portage-2.0.54
Diffstat (limited to 'net-analyzer/nsat/nsat-1.5.ebuild')
-rw-r--r-- | net-analyzer/nsat/nsat-1.5.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-analyzer/nsat/nsat-1.5.ebuild b/net-analyzer/nsat/nsat-1.5.ebuild index 3fc459385ad3..6cf54c113968 100644 --- a/net-analyzer/nsat/nsat-1.5.ebuild +++ b/net-analyzer/nsat/nsat-1.5.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/nsat/nsat-1.5.ebuild,v 1.11 2005/07/19 15:31:39 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nsat/nsat-1.5.ebuild,v 1.12 2006/01/22 13:24:27 pva Exp $ inherit eutils @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="~ppc ~sparc x86" IUSE="X" -RDEPEND="X? ( virtual/x11 dev-lang/tk ) +RDEPEND="X? ( || ( x11-libs/libX11 virtual/x11 ) + dev-lang/tk ) virtual/libpcap" DEPEND="$RDEPEND >=sys-devel/autoconf-2.58" |