diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:32:28 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-29 10:32:28 +0000 |
commit | c91b678c75a0478ae9e526893948ba39102d447c (patch) | |
tree | 624462c401f8bb7a94e66f54904f446300815e92 /games-engines/exult | |
parent | touchups (diff) | |
download | historical-c91b678c75a0478ae9e526893948ba39102d447c.tar.gz historical-c91b678c75a0478ae9e526893948ba39102d447c.tar.bz2 historical-c91b678c75a0478ae9e526893948ba39102d447c.zip |
touchups
Diffstat (limited to 'games-engines/exult')
-rw-r--r-- | games-engines/exult/exult-1.00.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games-engines/exult/exult-1.00.ebuild b/games-engines/exult/exult-1.00.ebuild index 2442d65767af..1d074dba6ff2 100644 --- a/games-engines/exult/exult-1.00.ebuild +++ b/games-engines/exult/exult-1.00.ebuild @@ -1,15 +1,15 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.00.ebuild,v 1.3 2004/02/03 01:08:57 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-engines/exult/exult-1.00.ebuild,v 1.4 2004/02/29 10:32:28 vapier Exp $ inherit games DESCRIPTION="an Ultima 7 game engine that runs on modern operating systems" -SRC_URI="mirror://sourceforge/exult/${P}.tar.gz" HOMEPAGE="http://exult.sourceforge.net/" +SRC_URI="mirror://sourceforge/exult/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc ~sparc" RDEPEND=">=media-libs/libsdl-1.2* @@ -25,7 +25,7 @@ pkg_setup() { } src_compile() { - egamesconf + egamesconf || die emake || die } |