summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-rpg/openglad')
-rw-r--r--games-rpg/openglad/openglad-0.98.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games-rpg/openglad/openglad-0.98.ebuild b/games-rpg/openglad/openglad-0.98.ebuild
index 7da315187e1d..e75257cb24a1 100644
--- a/games-rpg/openglad/openglad-0.98.ebuild
+++ b/games-rpg/openglad/openglad-0.98.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/openglad/openglad-0.98.ebuild,v 1.3 2004/03/12 10:12:31 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/openglad/openglad-0.98.ebuild,v 1.4 2004/05/06 20:06:43 mr_bones_ Exp $
-inherit games eutils
+inherit eutils games
DESCRIPTION="An SDL clone of Gladiator, a classic RPG game"
HOMEPAGE="http://snowstorm.sourceforge.net/"
@@ -11,6 +11,7 @@ SRC_URI="mirror://sourceforge/snowstorm/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="x86"
+IUSE=""
DEPEND=">=media-libs/sdl-mixer-1.2.5
>=media-libs/sdl-image-1.2.2
@@ -25,8 +26,8 @@ src_unpack() {
src_compile() {
egamesconf \
--prefix=/usr \
- --bindir=${GAMES_BINDIR} \
- --datadir=${GAMES_DATADIR}/${PN} \
+ --bindir="${GAMES_BINDIR}" \
+ --datadir="${GAMES_DATADIR}/${PN}" \
|| die
emake || die "emake failed"
}