From d95c2196d9e160048bb5f66f376835a540b6ba34 Mon Sep 17 00:00:00 2001 From: Seemant Kulleen Date: Mon, 10 Mar 2003 03:45:25 +0000 Subject: nls fix --- app-emulation/gxmame/gxmame-0.31.ebuild | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/gxmame/gxmame-0.31.ebuild b/app-emulation/gxmame/gxmame-0.31.ebuild index a953888afb25..49fcce0a134d 100644 --- a/app-emulation/gxmame/gxmame-0.31.ebuild +++ b/app-emulation/gxmame/gxmame-0.31.ebuild @@ -1,13 +1,15 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxmame/gxmame-0.31.ebuild,v 1.3 2003/03/10 01:34:22 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/gxmame/gxmame-0.31.ebuild,v 1.4 2003/03/10 03:45:25 seemant Exp $ + +IUSE="nls" DESCRIPTION="frontend for XMame using the GTK library" HOMEPAGE="http://gxmame.sourceforge.net/" SRC_URI="mirror://sourceforge/gxmame/${P}.tar.gz" -LICENSE="GPL-2" SLOT="0" +LICENSE="GPL-2" KEYWORDS="x86 ppc" DEPEND="x11-base/xfree @@ -15,11 +17,9 @@ DEPEND="x11-base/xfree =dev-libs/glib-1.2* x11-libs/gdk-pixbuf" +RDEPEND="nls? ( sys-devel/gettext )" + src_compile() { - econf || die + econf `use_enable nls` || die emake || die } - -src_install() { - einstall || die -} -- cgit v1.2.3-65-gdbad