diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-18 00:35:54 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-08-18 00:35:54 +0000 |
commit | 78664aab3b834740ca9b74f821912786137838b0 (patch) | |
tree | 6a8729a49bfe6873f9ded0ba5b32f745c9713189 /games-strategy/scorched3d | |
parent | Remove -I hack for fortran (diff) | |
download | gentoo-2-78664aab3b834740ca9b74f821912786137838b0.tar.gz gentoo-2-78664aab3b834740ca9b74f821912786137838b0.tar.bz2 gentoo-2-78664aab3b834740ca9b74f821912786137838b0.zip |
need to set WX_GTK_VER
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-strategy/scorched3d')
-rw-r--r-- | games-strategy/scorched3d/scorched3d-42.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-strategy/scorched3d/scorched3d-42.1.ebuild b/games-strategy/scorched3d/scorched3d-42.1.ebuild index 538621be071b..69b6c9000ce4 100644 --- a/games-strategy/scorched3d/scorched3d-42.1.ebuild +++ b/games-strategy/scorched3d/scorched3d-42.1.ebuild @@ -1,8 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-42.1.ebuild,v 1.1 2009/03/03 17:59:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/scorched3d/scorched3d-42.1.ebuild,v 1.2 2009/08/18 00:35:54 mr_bones_ Exp $ EAPI=2 +WX_GTK_VER=2.8 inherit autotools eutils wxwidgets games DESCRIPTION="Multi-player tank battle in 3D (OpenGL)" |