summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/neon/neon-0.23.2.ebuild')
-rw-r--r--net-misc/neon/neon-0.23.2.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-misc/neon/neon-0.23.2.ebuild b/net-misc/neon/neon-0.23.2.ebuild
index 2fb99cd0d1f3..b16240b5454e 100644
--- a/net-misc/neon/neon-0.23.2.ebuild
+++ b/net-misc/neon/neon-0.23.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 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.2.ebuild,v 1.5 2003/05/31 09:01:32 pvdabeel Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/neon/neon-0.23.2.ebuild,v 1.6 2003/09/05 22:01:49 msterret Exp $
S=${WORKDIR}/${P}
DESCRIPTION="HTTP and WebDAV client library"
@@ -20,8 +20,8 @@ src_compile() {
myconf='--enable-shared'
use ssl && myconf="$myconf --with-ssl"
-
- econf $myconf || die
+
+ econf $myconf || die
emake || die
}