From 421409c8b950d657d32bce4785e6d44e4e8821c9 Mon Sep 17 00:00:00 2001 From: Michael Sterrett Date: Tue, 11 May 2004 23:10:09 +0000 Subject: touch --- games-puzzle/toppler/toppler-1.0.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games-puzzle') diff --git a/games-puzzle/toppler/toppler-1.0.6.ebuild b/games-puzzle/toppler/toppler-1.0.6.ebuild index 3ea160668aaa..b71870300f0e 100644 --- a/games-puzzle/toppler/toppler-1.0.6.ebuild +++ b/games-puzzle/toppler/toppler-1.0.6.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.0.6.ebuild,v 1.1 2004/02/09 22:11:14 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/toppler/toppler-1.0.6.ebuild,v 1.2 2004/05/11 23:10:09 mr_bones_ Exp $ inherit games @@ -21,8 +21,8 @@ DEPEND=">=media-libs/libsdl-1.2.0 src_compile() { egamesconf \ --disable-dependency-tracking \ - `use_enable nls` \ - || die + $(use_enable nls) \ + || die emake || die "emake failed" } -- cgit v1.2.3-65-gdbad