diff options
Diffstat (limited to 'app-editors/geresh/geresh-0.4.1.ebuild')
-rw-r--r-- | app-editors/geresh/geresh-0.4.1.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-editors/geresh/geresh-0.4.1.ebuild b/app-editors/geresh/geresh-0.4.1.ebuild index ad6f735b65ad..37b8150c79f8 100644 --- a/app-editors/geresh/geresh-0.4.1.ebuild +++ b/app-editors/geresh/geresh-0.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/geresh/geresh-0.4.1.ebuild,v 1.3 2003/09/05 23:05:05 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/geresh/geresh-0.4.1.ebuild,v 1.4 2004/03/13 22:30:15 mr_bones_ Exp $ DESCRIPTION="A simple multi-lingual console text editor with bidi & utf support" HOMEPAGE="http://www.typo.co.il/~mooffie/geresh/" @@ -15,12 +15,8 @@ DEPEND="dev-libs/fribidi spell? ( nls? ( >=app-text/hspell-0.5 ) ) spell? ( virtual/aspell-dict )" - -S=${WORKDIR}/${P} - src_compile() { econf || die - emake || die } |