summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-libs/guile-gtk/guile-gtk-0.19.ebuild')
-rw-r--r--x11-libs/guile-gtk/guile-gtk-0.19.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-libs/guile-gtk/guile-gtk-0.19.ebuild b/x11-libs/guile-gtk/guile-gtk-0.19.ebuild
index 6de84f0858d8..5cf9678dc08a 100644
--- a/x11-libs/guile-gtk/guile-gtk-0.19.ebuild
+++ b/x11-libs/guile-gtk/guile-gtk-0.19.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-libs/guile-gtk/guile-gtk-0.19.ebuild,v 1.5 2004/04/26 14:42:51 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/guile-gtk/guile-gtk-0.19.ebuild,v 1.6 2004/04/26 19:56:20 agriffis Exp $
DESCRIPTION="GTK+ bindings for guile"
SRC_URI="http://www.ping.de/sites/zagadka/guile-gtk/download/${P}.tar.gz"
@@ -15,7 +15,7 @@ DEPEND="=dev-util/guile-1.4*
src_compile() {
patch < ${FILESDIR}/${P}-Makefile.in.patch || die "patch failed"
- econf
+ econf || die "econf failed"
emake || die
}