diff options
Diffstat (limited to 'games-fps/unreal-tournament/unreal-tournament-451.ebuild')
-rw-r--r-- | games-fps/unreal-tournament/unreal-tournament-451.ebuild | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/games-fps/unreal-tournament/unreal-tournament-451.ebuild b/games-fps/unreal-tournament/unreal-tournament-451.ebuild index 3e3f984d4f89..d4a01753229d 100644 --- a/games-fps/unreal-tournament/unreal-tournament-451.ebuild +++ b/games-fps/unreal-tournament/unreal-tournament-451.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.7 2004/03/28 06:21:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal-tournament/unreal-tournament-451.ebuild,v 1.8 2004/05/14 00:20:24 mr_bones_ Exp $ -inherit games eutils +inherit eutils games DESCRIPTION="Futuristic FPS" HOMEPAGE="http://www.unrealtournament.com/ http://utpg.org/" @@ -14,12 +14,14 @@ SLOT="0" KEYWORDS="-* x86" IUSE="3dfx X opengl" -DEPEND="app-arch/unzip - !games-fps/unreal-tournament-goty" -DEPEND="X? ( virtual/x11 ) +RDEPEND="virtual/glibc + X? ( virtual/x11 ) opengl? ( virtual/opengl )" +DEPEND="${RDEPEND} + app-arch/unzip + !games-fps/unreal-tournament-goty" -S=${WORKDIR} +S="${WORKDIR}" pkg_setup() { check_license |