diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-11-29 15:39:47 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-11-29 15:39:47 +0000 |
commit | ce05b80614026f17cab1f8672657a3f5462424f9 (patch) | |
tree | 03dce37b18baf9def42d9205f7f8ee9dbd955625 /net-www | |
parent | fixo (diff) | |
download | gentoo-2-ce05b80614026f17cab1f8672657a3f5462424f9.tar.gz gentoo-2-ce05b80614026f17cab1f8672657a3f5462424f9.tar.bz2 gentoo-2-ce05b80614026f17cab1f8672657a3f5462424f9.zip |
fixo
Diffstat (limited to 'net-www')
-rw-r--r-- | net-www/apache/apache-2.0.43-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-www/apache/apache-2.0.43-r1.ebuild b/net-www/apache/apache-2.0.43-r1.ebuild index b648472947ef..5207781abfe3 100644 --- a/net-www/apache/apache-2.0.43-r1.ebuild +++ b/net-www/apache/apache-2.0.43-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.43-r1.ebuild,v 1.2 2002/11/29 15:37:12 woodchip Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/apache-2.0.43-r1.ebuild,v 1.3 2002/11/29 15:38:01 woodchip Exp $ inherit eutils @@ -18,7 +18,6 @@ DEPEND="virtual/glibc sys-libs/db sys-devel/perl >=sys-libs/zlib-1.1.4 >=sys-libs/gdbm-1.8 >=dev-libs/expat-1.95.2 - >=sys-devel/perl-5.6.1 >=dev-libs/openssl-0.9.6e" # ldap? =net-nds/openldap-2* #IUSE="ldap" @@ -107,7 +106,6 @@ src_compile() { \ --with-perl=/usr/bin/perl \ --with-expat=/usr \ - --with-pcre=/usr \ --with-ssl=/usr \ --with-z=/usr \ --with-port=80 \ |