diff options
Diffstat (limited to 'games-strategy/spacehulk/spacehulk-1.4.5.ebuild')
-rw-r--r-- | games-strategy/spacehulk/spacehulk-1.4.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/spacehulk/spacehulk-1.4.5.ebuild b/games-strategy/spacehulk/spacehulk-1.4.5.ebuild index 11006cf22ea5..344735e1ded1 100644 --- a/games-strategy/spacehulk/spacehulk-1.4.5.ebuild +++ b/games-strategy/spacehulk/spacehulk-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.5.ebuild,v 1.5 2005/07/07 04:38:44 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spacehulk/spacehulk-1.4.5.ebuild,v 1.6 2006/01/11 21:34:29 mr_bones_ Exp $ inherit games @@ -20,7 +20,7 @@ DEPEND="=x11-libs/qt-3* media-libs/nas" src_compile() { - egamesconf `use_with xinerama` || die + egamesconf $(use_with xinerama) || die emake || die "emake failed" } |