diff options
Diffstat (limited to 'app-editors/joe/joe-3.0-r1.ebuild')
-rw-r--r-- | app-editors/joe/joe-3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-editors/joe/joe-3.0-r1.ebuild b/app-editors/joe/joe-3.0-r1.ebuild index ba045c0f188f..978585fe0ef7 100644 --- a/app-editors/joe/joe-3.0-r1.ebuild +++ b/app-editors/joe/joe-3.0-r1.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/app-editors/joe/joe-3.0-r1.ebuild,v 1.2 2004/05/07 15:04:34 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/joe/joe-3.0-r1.ebuild,v 1.3 2004/05/10 09:26:41 joker Exp $ IUSE="" @@ -33,7 +33,7 @@ src_compile() { replace-flags "-Os" "-O2" econf || die - make || die + emake || die } src_install() { |