diff options
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xboard/xboard-4.4.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/xboard/xboard-4.4.1.ebuild b/games-board/xboard/xboard-4.4.1.ebuild index f4e32fe376c1..b9f3e390ba0f 100644 --- a/games-board/xboard/xboard-4.4.1.ebuild +++ b/games-board/xboard/xboard-4.4.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-board/xboard/xboard-4.4.1.ebuild,v 1.1 2009/11/02 06:25:19 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.4.1.ebuild,v 1.2 2009/12/04 20:02:37 mr_bones_ Exp $ EAPI=2 inherit autotools eutils games @@ -34,7 +34,7 @@ src_prepare() { eautoreconf } -src_compile() { +src_configure() { egamesconf \ --disable-dependency-tracking \ $(use_with Xaw3d) \ |