diff options
author | Mike Frysinger <vapier@gentoo.org> | 2003-12-12 00:36:23 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2003-12-12 00:36:23 +0000 |
commit | 28ade710852281354c9ce92d4cba596aa15d20db (patch) | |
tree | e58283667416d156afa10dcc647e5e1e279551ba /games-simulation | |
parent | ver bump 35224 (diff) | |
download | gentoo-2-28ade710852281354c9ce92d4cba596aa15d20db.tar.gz gentoo-2-28ade710852281354c9ce92d4cba596aa15d20db.tar.bz2 gentoo-2-28ade710852281354c9ce92d4cba596aa15d20db.zip |
add dev-lang/tk to DEPEND #35625
Diffstat (limited to 'games-simulation')
-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 7028e5b07999..2396e693ade2 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-2003 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.1 2003/09/11 12:22:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.10.ebuild,v 1.2 2003/12/12 00:36:23 vapier Exp $ inherit games @@ -12,7 +12,8 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" -RDEPEND="dev-lang/tcl" +RDEPEND="dev-lang/tcl + dev-lang/tk" DEPEND="${RDEPEND} dev-lang/ocaml" |