diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 02:25:08 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-04 02:25:08 +0000 |
commit | 36aac60d836ac24bd1cb4fb359dbe0bb1c183704 (patch) | |
tree | 3dc26d989a31a378f60493bc140104dc3f10cf98 /games-sports | |
parent | Changing mad dep to madplay. (Manifest recommit) (diff) | |
download | gentoo-2-36aac60d836ac24bd1cb4fb359dbe0bb1c183704.tar.gz gentoo-2-36aac60d836ac24bd1cb4fb359dbe0bb1c183704.tar.bz2 gentoo-2-36aac60d836ac24bd1cb4fb359dbe0bb1c183704.zip |
IUSE
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/foosball/foosball-0.92.ebuild | 5 | ||||
-rw-r--r-- | games-sports/race/race-0.5.ebuild | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/games-sports/foosball/foosball-0.92.ebuild b/games-sports/foosball/foosball-0.92.ebuild index 842139dfdf6a..8204e8f78a28 100644 --- a/games-sports/foosball/foosball-0.92.ebuild +++ b/games-sports/foosball/foosball-0.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/foosball/foosball-0.92.ebuild,v 1.3 2004/03/20 12:59:58 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/foosball/foosball-0.92.ebuild,v 1.4 2004/05/04 02:23:03 mr_bones_ Exp $ inherit games @@ -11,11 +11,12 @@ SRC_URI="http://www.autismuk.freeserve.co.uk/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" DEPEND="media-libs/libsdl" src_install() { - emake install DESTDIR=${D} || die + make DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog README TODO prepgamesdirs } diff --git a/games-sports/race/race-0.5.ebuild b/games-sports/race/race-0.5.ebuild index 87100e85b9a8..d81715daadc3 100644 --- a/games-sports/race/race-0.5.ebuild +++ b/games-sports/race/race-0.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.4 2004/02/29 21:20:06 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/race/race-0.5.ebuild,v 1.5 2004/05/04 02:20:11 mr_bones_ Exp $ inherit games gcc eutils @@ -11,6 +11,7 @@ SRC_URI="ftp://users.freebsd.org.uk/pub/foobar2k/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" RDEPEND="virtual/opengl virtual/glu |