diff options
author | 2006-01-29 21:28:01 +0000 | |
---|---|---|
committer | 2006-01-29 21:28:01 +0000 | |
commit | bfc26b494a67fc4665a0f2dd05209a341b0fe9cb (patch) | |
tree | 263052d95be992335822aed3eb0096f69f889d55 /games-board/xfrisk/xfrisk-1.2.ebuild | |
parent | Version bump, release fixes security problems, bug #120343 (diff) | |
download | historical-bfc26b494a67fc4665a0f2dd05209a341b0fe9cb.tar.gz historical-bfc26b494a67fc4665a0f2dd05209a341b0fe9cb.tar.bz2 historical-bfc26b494a67fc4665a0f2dd05209a341b0fe9cb.zip |
Fix category's dependencies for modular X.
Package-Manager: portage-2.1_pre4-r1
Diffstat (limited to 'games-board/xfrisk/xfrisk-1.2.ebuild')
-rw-r--r-- | games-board/xfrisk/xfrisk-1.2.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-board/xfrisk/xfrisk-1.2.ebuild b/games-board/xfrisk/xfrisk-1.2.ebuild index 3ea98758018a..ca828441908e 100644 --- a/games-board/xfrisk/xfrisk-1.2.ebuild +++ b/games-board/xfrisk/xfrisk-1.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xfrisk/xfrisk-1.2.ebuild,v 1.4 2004/06/24 22:22:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xfrisk/xfrisk-1.2.ebuild,v 1.5 2006/01/29 21:28:01 joshuabaergen Exp $ inherit games @@ -14,9 +14,10 @@ LICENSE="GPL-2" SLOT="0" IUSE="" -RDEPEND="virtual/x11 +RDEPEND="|| ( x11-libs/libXmu virtual/x11 ) x11-libs/Xaw3d" DEPEND="${RDEPEND} + || ( x11-libs/libXaw virtual/x11 ) >=sys-apps/sed-4" src_unpack() { |