diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-04 20:02:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-12-04 20:02:37 +0000 |
commit | c15f20f3b2f327d4c5652eef9564858120c6967e (patch) | |
tree | a4feb62291c9ab6a7c43898eb77244f08a388168 /games-board/xboard | |
parent | remove old (diff) | |
download | gentoo-2-c15f20f3b2f327d4c5652eef9564858120c6967e.tar.gz gentoo-2-c15f20f3b2f327d4c5652eef9564858120c6967e.tar.bz2 gentoo-2-c15f20f3b2f327d4c5652eef9564858120c6967e.zip |
call econf in src_configure
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-board/xboard')
-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) \ |