summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/pork/pork-0.99.2.ebuild')
-rw-r--r--net-im/pork/pork-0.99.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-im/pork/pork-0.99.2.ebuild b/net-im/pork/pork-0.99.2.ebuild
index c628726cdfa4..29ff9d260d9c 100644
--- a/net-im/pork/pork-0.99.2.ebuild
+++ b/net-im/pork/pork-0.99.2.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/net-im/pork/pork-0.99.2.ebuild,v 1.2 2003/11/20 18:02:08 mholzer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pork/pork-0.99.2.ebuild,v 1.3 2004/04/26 04:46:37 agriffis Exp $
IUSE=""
@@ -19,7 +19,7 @@ src_compile() {
local myconf=""
[ `use perl` ] || myconf="${myconf} --disable-perl"
einfo "Configure options: ${myconf}"
- econf ${myconf}
+ econf ${myconf} || die "econf failed"
emake
}