diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-12 09:02:46 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-05-12 09:02:46 +0000 |
commit | f193081a9f1537598f6fed550a0ec7b44c211741 (patch) | |
tree | eda029f6c89b39343dfe7c3b970a3a8df8c0fcb0 /games-puzzle/mirrormagic | |
parent | native widget stuff now also for gtk (diff) | |
download | historical-f193081a9f1537598f6fed550a0ec7b44c211741.tar.gz historical-f193081a9f1537598f6fed550a0ec7b44c211741.tar.bz2 historical-f193081a9f1537598f6fed550a0ec7b44c211741.zip |
IUSE; error check; tidy
Diffstat (limited to 'games-puzzle/mirrormagic')
-rw-r--r-- | games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild index 4d9ae802746c..e63a7f07ccfd 100644 --- a/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild +++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2.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-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.4 2004/05/02 05:20:20 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/mirrormagic/mirrormagic-2.0.2.ebuild,v 1.5 2004/05/12 09:02:46 mr_bones_ Exp $ inherit flag-o-matic games @@ -25,7 +25,7 @@ src_compile() { replace-flags -march=k6 -march=i586 local makeopts="X11_PATH=/usr/X11R6 RO_GAME_DIR=${GAMES_DATADIR}/${PN} RW_GAME_DIR=${GAMES_STATEDIR}/${PN}" - if use X || [ -z "`use X``use sdl`" ] ; then + if use X || [ -z "$(use X)$(use sdl)" ] ; then make clean || die make ${makeopts} OPTIONS="${CFLAGS}" x11 || die mv mirrormagic{,.x11} |