summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild')
-rw-r--r--x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild b/x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild
index 071d1da5fdcb..b1e9d743bc2e 100644
--- a/x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild
+++ b/x11-misc/xtermcontrol/xtermcontrol-2.3.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/xtermcontrol/xtermcontrol-2.3.ebuild,v 1.2 2004/03/19 02:49:58 pfeifer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/xtermcontrol/xtermcontrol-2.3.ebuild,v 1.3 2004/04/26 14:54:43 agriffis Exp $
IUSE=""
@@ -16,7 +16,7 @@ DEPEND="virtual/x11"
src_compile() {
- econf
+ econf || die "econf failed"
emake || die
}