diff options
Diffstat (limited to 'x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild')
-rw-r--r-- | x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild b/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild index 33f093e95893..400bc0db6818 100644 --- a/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild +++ b/x11-misc/efax-gtk/efax-gtk-2.2.4.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/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild,v 1.2 2004/02/19 18:36:19 brad Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-2.2.4.ebuild,v 1.3 2004/04/26 14:46:40 agriffis Exp $ DESCRIPTION="GTK+2 frontend for the efax program." @@ -18,7 +18,7 @@ RDEPEND=">=net-misc/efax-0.9*" #S=${WORKDIR}/${PN} src_compile() { - econf + econf || die "econf failed" emake || die } |