diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-06 19:54:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-06 19:54:54 +0000 |
commit | a73ba516cc7f2d359ec19902525ada282cc8ab85 (patch) | |
tree | 1f284fc670a61f55f348302bc8cc38ef6ea43182 /games-rpg/planeshift | |
parent | ~amd64 (Manifest recommit) (diff) | |
download | gentoo-2-a73ba516cc7f2d359ec19902525ada282cc8ab85.tar.gz gentoo-2-a73ba516cc7f2d359ec19902525ada282cc8ab85.tar.bz2 gentoo-2-a73ba516cc7f2d359ec19902525ada282cc8ab85.zip |
IUSE
Diffstat (limited to 'games-rpg/planeshift')
-rw-r--r-- | games-rpg/planeshift/planeshift-0.2.010-r1.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild b/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild index 4e88f1fdf56a..aad31efa5f7d 100644 --- a/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild +++ b/games-rpg/planeshift/planeshift-0.2.010-r1.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-rpg/planeshift/planeshift-0.2.010-r1.ebuild,v 1.6 2004/03/29 00:54:23 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-rpg/planeshift/planeshift-0.2.010-r1.ebuild,v 1.7 2004/05/06 19:52:56 mr_bones_ Exp $ inherit eutils games @@ -11,12 +11,13 @@ SRC_URI="mirror://gentoo/distfiles/${P}.tar.bz2" LICENSE="GPL-2 | Planeshift" SLOT="0" KEYWORDS="x86 ppc" +IUSE="" DEPEND="net-misc/curl dev-games/crystalspace dev-games/cel" -S=${WORKDIR}/${PN} +S="${WORKDIR}/${PN}" export PLANESHIFT_PREFIX=${PLANESHIFT_PREFIX:-${GAMES_PREFIX_OPT}/${PN}} export CRYSTAL_PREFIX=${CRYSTAL_PREFIX:-${GAMES_PREFIX_OPT}/crystal} @@ -24,7 +25,7 @@ export CEL_PREFIX=${CEL_PREFIX:-${CRYSTAL_PREFIX}} src_unpack() { unpack ${A} - epatch ${FILESDIR}/${P}-fix-cast.diff + epatch "${FILESDIR}/${P}-fix-cast.diff" } src_compile() { |