summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAron Griffis <agriffis@gentoo.org>2004-04-26 14:56:19 +0000
committerAron Griffis <agriffis@gentoo.org>2004-04-26 14:56:19 +0000
commit0ba56218479648f1aeae9bae6070ea588cce633a (patch)
treedc5413e7d49a8cad7f24d11e2c8fed3fdaa45f52 /x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild
parentAdd die following econf for bug 48950 (diff)
downloadhistorical-0ba56218479648f1aeae9bae6070ea588cce633a.tar.gz
historical-0ba56218479648f1aeae9bae6070ea588cce633a.tar.bz2
historical-0ba56218479648f1aeae9bae6070ea588cce633a.zip
Add die following econf for bug 48950
Diffstat (limited to 'x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild')
-rw-r--r--x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild b/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild
index b17e71d9e433..457844a9ea4d 100644
--- a/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild
+++ b/x11-misc/efax-gtk/efax-gtk-2.0.7.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/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild,v 1.3 2003/09/05 23:18:18 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/efax-gtk/efax-gtk-2.0.7.ebuild,v 1.4 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
}