diff options
author | Donny Davies <woodchip@gentoo.org> | 2002-11-29 15:38:01 +0000 |
---|---|---|
committer | Donny Davies <woodchip@gentoo.org> | 2002-11-29 15:38:01 +0000 |
commit | 3ba9d3753ccfc94caf39f235009a4a55a8ab4563 (patch) | |
tree | 064b4e182203c659c8d8dc145941572a142425ea /net-www/apache | |
parent | keyword mask (diff) | |
download | historical-3ba9d3753ccfc94caf39f235009a4a55a8ab4563.tar.gz historical-3ba9d3753ccfc94caf39f235009a4a55a8ab4563.tar.bz2 historical-3ba9d3753ccfc94caf39f235009a4a55a8ab4563.zip |
fixo
Diffstat (limited to 'net-www/apache')
-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 \ |