diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-10 19:11:16 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-11-10 19:11:16 +0000 |
commit | cadf9baa88303bddae0051e36205669b1bd89c8f (patch) | |
tree | d32a39db08efbc031241cb6cbaec6e915a42b8a2 /games-simulation/fgrun | |
parent | Initial commit. (diff) | |
download | gentoo-2-cadf9baa88303bddae0051e36205669b1bd89c8f.tar.gz gentoo-2-cadf9baa88303bddae0051e36205669b1bd89c8f.tar.bz2 gentoo-2-cadf9baa88303bddae0051e36205669b1bd89c8f.zip |
tidy
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-simulation/fgrun')
-rw-r--r-- | games-simulation/fgrun/fgrun-1.5.1.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-simulation/fgrun/fgrun-1.5.1.ebuild b/games-simulation/fgrun/fgrun-1.5.1.ebuild index 24f7f1e5c167..f1afe5b11a9b 100644 --- a/games-simulation/fgrun/fgrun-1.5.1.ebuild +++ b/games-simulation/fgrun/fgrun-1.5.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.1.ebuild,v 1.1 2009/10/28 15:28:05 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.5.1.ebuild,v 1.2 2009/11/10 19:11:16 mr_bones_ Exp $ EAPI=2 inherit autotools eutils multilib games @@ -32,8 +32,7 @@ src_prepare() { src_configure() { egamesconf \ --with-plib-libraries=/usr/$(get_libdir) \ - --with-plib-includes=/usr/include \ - || die + --with-plib-includes=/usr/include } src_install() { |