diff options
Diffstat (limited to 'media-gfx/eog/eog-0.6.ebuild')
-rw-r--r-- | media-gfx/eog/eog-0.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/eog/eog-0.6.ebuild b/media-gfx/eog/eog-0.6.ebuild index 49f713ab1abb..b65aa0adbe70 100644 --- a/media-gfx/eog/eog-0.6.ebuild +++ b/media-gfx/eog/eog-0.6.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.6.ebuild,v 1.3 2001/06/05 19:43:20 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/eog/eog-0.6.ebuild,v 1.4 2001/06/11 08:11:28 hallski Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -24,7 +24,7 @@ src_compile() { myconf="--disable-nls" fi try ./configure --host=${CHOST} --prefix=/opt/gnome --sysconfdir=/etc/opt/gnome $myconf - try make + try pmake } src_install() { |