diff options
author | Tristan Heaven <tristan@gentoo.org> | 2008-01-25 14:12:49 +0000 |
---|---|---|
committer | Tristan Heaven <tristan@gentoo.org> | 2008-01-25 14:12:49 +0000 |
commit | b071ae6af93f111bd2935ed3d2e5f46c7199bb33 (patch) | |
tree | 4ad9141c8da0fcd4ac737a5ea269792a213f6923 /games-sports/torcs/torcs-1.3.0.ebuild | |
parent | Expand the egrep check to look for short types like u64. (diff) | |
download | historical-b071ae6af93f111bd2935ed3d2e5f46c7199bb33.tar.gz historical-b071ae6af93f111bd2935ed3d2e5f46c7199bb33.tar.bz2 historical-b071ae6af93f111bd2935ed3d2e5f46c7199bb33.zip |
Add xf86vidmodeproto dep, bug #206416
Package-Manager: portage-2.1.4
Diffstat (limited to 'games-sports/torcs/torcs-1.3.0.ebuild')
-rw-r--r-- | games-sports/torcs/torcs-1.3.0.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/games-sports/torcs/torcs-1.3.0.ebuild b/games-sports/torcs/torcs-1.3.0.ebuild index 2a735bdf7c2e..17bf50a14cd0 100644 --- a/games-sports/torcs/torcs-1.3.0.ebuild +++ b/games-sports/torcs/torcs-1.3.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.0.ebuild,v 1.4 2007/04/09 05:39:00 welp Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/torcs/torcs-1.3.0.ebuild,v 1.5 2008/01/25 14:12:49 nyhm Exp $ inherit eutils multilib games @@ -13,14 +13,17 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -DEPEND=">=media-libs/plib-1.8.4 +RDEPEND=">=media-libs/plib-1.8.4 virtual/opengl virtual/glu virtual/glut - >=media-libs/openal-0.0.8-r1 + media-libs/openal media-libs/freealut media-libs/libpng - x11-libs/libXrandr" + x11-libs/libXrandr + x11-libs/libXt" +DEPEND="${RDEPEND} + x11-proto/xf86vidmodeproto" src_compile() { egamesconf \ |