summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/astime/astime-2.8.ebuild')
-rw-r--r--x11-plugins/astime/astime-2.8.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-plugins/astime/astime-2.8.ebuild b/x11-plugins/astime/astime-2.8.ebuild
index 2e870525ce16..51427ccc6ee0 100644
--- a/x11-plugins/astime/astime-2.8.ebuild
+++ b/x11-plugins/astime/astime-2.8.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-plugins/astime/astime-2.8.ebuild,v 1.6 2004/03/26 23:10:05 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/astime/astime-2.8.ebuild,v 1.7 2004/04/26 14:57:44 agriffis Exp $
DESCRIPTION="Analogue clock utility for X Windows."
HOMEPAGE="http://www.tigr.net/"
@@ -17,7 +17,7 @@ src_compile() {
local myconf
use jpeg || myconf="--disable-jpeg"
- econf $myconf
+ econf $myconf || die "econf failed"
emake
}