summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-05-06 19:41:12 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-05-06 19:41:12 +0000
commit0db72c16a1cf72c6db6d68f0caca801406736f2c (patch)
tree2e603953c6b8b932268c90b600532cf7a3b443de /games-simulation/flightgear/flightgear-0.9.4.ebuild
parenttypo (diff)
downloadhistorical-0db72c16a1cf72c6db6d68f0caca801406736f2c.tar.gz
historical-0db72c16a1cf72c6db6d68f0caca801406736f2c.tar.bz2
historical-0db72c16a1cf72c6db6d68f0caca801406736f2c.zip
IUSE; use emake or fail
Diffstat (limited to 'games-simulation/flightgear/flightgear-0.9.4.ebuild')
-rw-r--r--games-simulation/flightgear/flightgear-0.9.4.ebuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/games-simulation/flightgear/flightgear-0.9.4.ebuild b/games-simulation/flightgear/flightgear-0.9.4.ebuild
index 36ebb96e0f31..a0ae56c41cce 100644
--- a/games-simulation/flightgear/flightgear-0.9.4.ebuild
+++ b/games-simulation/flightgear/flightgear-0.9.4.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-simulation/flightgear/flightgear-0.9.4.ebuild,v 1.3 2004/04/14 23:37:13 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-simulation/flightgear/flightgear-0.9.4.ebuild,v 1.4 2004/05/06 19:41:12 mr_bones_ Exp $
-inherit games flag-o-matic
+inherit flag-o-matic games
MY_PN=FlightGear
MY_P=${MY_PN}-${PV}
@@ -13,9 +13,10 @@ HOMEPAGE="http://www.flightgear.org/"
SRC_URI="mirror://flightgear/Source/${MY_P}.tar.gz
mirror://flightgear/Shared/fgfs-base-${PV}.tar.bz2"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="~x86 ~ppc ~sparc"
+IUSE=""
RDEPEND="=dev-games/simgear-0.3.5*
>=media-libs/plib-1.7.0"
@@ -37,7 +38,7 @@ src_compile() {
--with-network-olk \
--with-threads \
--with-x || die
- emake || make || die
+ emake || die "emake failed"
}
src_install() {