summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-08 06:39:45 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-08 06:39:45 +0000
commit9d23cb0c51b3a5f44a9bf5dce3f96589797bde8c (patch)
tree292c0d2787fbc6302d11a0114d61f94d6f832441 /games-emulation
parentadded ~amd64 to keywords. (Manifest recommit) (diff)
downloadgentoo-2-9d23cb0c51b3a5f44a9bf5dce3f96589797bde8c.tar.gz
gentoo-2-9d23cb0c51b3a5f44a9bf5dce3f96589797bde8c.tar.bz2
gentoo-2-9d23cb0c51b3a5f44a9bf5dce3f96589797bde8c.zip
die backticks
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/grustibus/grustibus-0.43-r4.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/games-emulation/grustibus/grustibus-0.43-r4.ebuild b/games-emulation/grustibus/grustibus-0.43-r4.ebuild
index 6d1f01aa641e..fe45829d7631 100644
--- a/games-emulation/grustibus/grustibus-0.43-r4.ebuild
+++ b/games-emulation/grustibus/grustibus-0.43-r4.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-emulation/grustibus/grustibus-0.43-r4.ebuild,v 1.3 2004/01/24 13:56:16 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/grustibus/grustibus-0.43-r4.ebuild,v 1.4 2004/06/08 06:39:45 mr_bones_ Exp $
DESCRIPTION="A GNOME-based front-end for the M.A.M.E. video game emulator"
HOMEPAGE="http://grustibus.sourceforge.net"
@@ -16,8 +16,8 @@ DEPEND=">=games-emulation/xmame-0.56.1
>=gnome-base/gnome-libs-1.4.1.2"
src_compile() {
- export CPPFLAGS=`gdk-pixbuf-config --cflags`
- econf `use_enable nls` || die
+ export CPPFLAGS=$(gdk-pixbuf-config --cflags)
+ econf $(use_enable nls) || die
emake || die "emake failed"
}