From 3f549d9fc719d9997e63ab9640aaa8a4cc7228f6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 18 Dec 2003 23:26:33 +0000 Subject: fix DEPEND #36044 --- games-puzzle/drod-bin/drod-bin-1.6.3.ebuild | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'games-puzzle/drod-bin') diff --git a/games-puzzle/drod-bin/drod-bin-1.6.3.ebuild b/games-puzzle/drod-bin/drod-bin-1.6.3.ebuild index aeeedb2eabfb..0a77df2666d9 100644 --- a/games-puzzle/drod-bin/drod-bin-1.6.3.ebuild +++ b/games-puzzle/drod-bin/drod-bin-1.6.3.ebuild @@ -1,22 +1,25 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/drod-bin-1.6.3.ebuild,v 1.2 2003/11/19 20:31:41 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/drod-bin/drod-bin-1.6.3.ebuild,v 1.3 2003/12/18 23:26:33 vapier Exp $ -inherit eutils games +inherit games eutils -S="${WORKDIR}" DESCRIPTION="Deadly Rooms Of Death: face room upon room of deadly things, armed with only your sword and your wits" -HOMEPAGE="http://www.drod.net" +HOMEPAGE="http://www.drod.net/" SRC_URI="mirror://sourceforge/drod/CDROD-${PV}-setup.sh.bin" -KEYWORDS="-* x86" LICENSE="MPL-1.1" SLOT="0" -IUSE="" +KEYWORDS="-* x86" RDEPEND="virtual/x11 + dev-libs/expat + media-libs/fmod + media-libs/libsdl >=media-libs/sdl-ttf-2.0.6" +S=${WORKDIR} + src_unpack() { unpack_makeself ${A} cd ${S} -- cgit v1.2.3-65-gdbad