diff options
author | 2004-05-04 02:25:08 +0000 | |
---|---|---|
committer | 2004-05-04 02:25:08 +0000 | |
commit | 36aac60d836ac24bd1cb4fb359dbe0bb1c183704 (patch) | |
tree | 3dc26d989a31a378f60493bc140104dc3f10cf98 /games-simulation/planets | |
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-simulation/planets')
-rw-r--r-- | games-simulation/planets/planets-0.1.10.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games-simulation/planets/planets-0.1.10.ebuild b/games-simulation/planets/planets-0.1.10.ebuild index 7c603a8494b6..7f0f83b13ec0 100644 --- a/games-simulation/planets/planets-0.1.10.ebuild +++ b/games-simulation/planets/planets-0.1.10.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-simulation/planets/planets-0.1.10.ebuild,v 1.3 2004/02/20 07:33:25 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.10.ebuild,v 1.4 2004/05/04 02:25:08 mr_bones_ Exp $ inherit games @@ -11,6 +11,7 @@ HOMEPAGE="http://planets.homedns.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" +IUSE="" RDEPEND="dev-lang/tcl dev-lang/tk" @@ -23,7 +24,7 @@ src_compile() { } src_install() { - dogamesbin planets + dogamesbin planets || die "dogamesbin failed" doman planets.1 dodoc CREDITS CHANGES TODO KEYBINDINGS.txt README prepgamesdirs |