diff options
Diffstat (limited to 'net-misc/neon/neon-0.23.8.ebuild')
-rw-r--r-- | net-misc/neon/neon-0.23.8.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/neon/neon-0.23.8.ebuild b/net-misc/neon/neon-0.23.8.ebuild index 35956868ee32..04680cb840e2 100644 --- a/net-misc/neon/neon-0.23.8.ebuild +++ b/net-misc/neon/neon-0.23.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/net-misc/neon/neon-0.23.8.ebuild,v 1.4 2003/09/05 22:13:37 msterret Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.8.ebuild,v 1.5 2004/04/26 12:39:49 agriffis Exp $ S=${WORKDIR}/${P} DESCRIPTION="HTTP and WebDAV client library" @@ -19,7 +19,7 @@ src_compile() { use ssl && myc="$myc --with-ssl" use zlib && myc="$myc --with-zlib" || myc="$myc --without-zlib" - econf $myc + econf $myc || die "econf failed" emake } |