summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/mod_ssl/mod_ssl-2.8.19.ebuild')
-rw-r--r--net-www/mod_ssl/mod_ssl-2.8.19.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/net-www/mod_ssl/mod_ssl-2.8.19.ebuild b/net-www/mod_ssl/mod_ssl-2.8.19.ebuild
index 5cb30a404229..dce1c1face87 100644
--- a/net-www/mod_ssl/mod_ssl-2.8.19.ebuild
+++ b/net-www/mod_ssl/mod_ssl-2.8.19.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.19.ebuild,v 1.6 2004/07/31 14:15:58 zul Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-www/mod_ssl/mod_ssl-2.8.19.ebuild,v 1.7 2004/08/01 06:59:05 mr_bones_ Exp $
MY_P=${P}-1.3.31
S=${WORKDIR}/${MY_P}
@@ -26,8 +26,8 @@ src_unpack() {
src_compile() {
if has_version '=sys-libs/gdbm-1.8.3*' ; then
myconf = "--enable-rule=SSL_SDBM"
- fi
-
+ fi
+
SSL_BASE=SYSTEM \
./configure \
--with-apxs=/usr/sbin/apxs ${myconf} || die "bad ./configure"