diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-08 05:42:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-08 05:42:35 +0000 |
commit | 3782ee0da85234fdc4f818c05062a9ae7ac58cd7 (patch) | |
tree | 3eec11f25f03604166e4094839c634f849bc8160 /games-action | |
parent | ppc (diff) | |
download | historical-3782ee0da85234fdc4f818c05062a9ae7ac58cd7.tar.gz historical-3782ee0da85234fdc4f818c05062a9ae7ac58cd7.tar.bz2 historical-3782ee0da85234fdc4f818c05062a9ae7ac58cd7.zip |
touchups
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/bombermaze/bombermaze-0.6.6.ebuild | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games-action/bombermaze/bombermaze-0.6.6.ebuild b/games-action/bombermaze/bombermaze-0.6.6.ebuild index 0e8c16b11ce7..006c1eb20aa7 100644 --- a/games-action/bombermaze/bombermaze-0.6.6.ebuild +++ b/games-action/bombermaze/bombermaze-0.6.6.ebuild @@ -1,14 +1,16 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/bombermaze-0.6.6.ebuild,v 1.2 2004/02/03 00:10:21 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/bombermaze/bombermaze-0.6.6.ebuild,v 1.3 2004/02/08 05:42:35 vapier Exp $ + +inherit flag-o-matic DESCRIPTION="Bomberman clone for GNOME" -SRC_URI="http://freesoftware.fsf.org/download/bombermaze/${P}.tar.gz" HOMEPAGE="http://www.freesoftware.fsf.org/bombermaze/" +SRC_URI="http://freesoftware.fsf.org/download/bombermaze/${P}.tar.gz" -KEYWORDS="x86 ppc" -SLOT="0" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="x86 ppc" IUSE="nls" RDEPEND=">=media-libs/gdk-pixbuf-0.8 @@ -18,8 +20,7 @@ DEPEND="${RDEPEND} src_compile() { # It normally fails to locate gdk-pixbuf.h - CFLAGS="${CFLAGS} `gdk-pixbuf-config --cflags`" - CXXFLAGS="${CXXFLAGS} `gdk-pixbuf-config --cflags`" + append-flags `gdk-pixbuf-config --cflags` ./configure \ --host=${CHOST} \ |