diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2002-08-29 04:38:06 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2002-08-29 04:38:06 +0000 |
commit | 3140d01c4496a23f4fd639e60c74297690cece6c (patch) | |
tree | 6b4caf9729eaf7b4b235bc2ddb6f43b34cb97b83 /net-www/apache2 | |
parent | Portage 2.0.30 (masked for developer testing) (diff) | |
download | gentoo-2-3140d01c4496a23f4fd639e60c74297690cece6c.tar.gz gentoo-2-3140d01c4496a23f4fd639e60c74297690cece6c.tar.bz2 gentoo-2-3140d01c4496a23f4fd639e60c74297690cece6c.zip |
DEP fixoids; this bad boy is still masked (should be "apache-2" not "apache2")
Diffstat (limited to 'net-www/apache2')
-rw-r--r-- | net-www/apache2/apache2-2.0.40.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net-www/apache2/apache2-2.0.40.ebuild b/net-www/apache2/apache2-2.0.40.ebuild index f43b93e0b6dc..efbaab6bb263 100644 --- a/net-www/apache2/apache2-2.0.40.ebuild +++ b/net-www/apache2/apache2-2.0.40.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Geoffrey Antos <geoffrey@andrews.edu> -# $Header: /var/cvsroot/gentoo-x86/net-www/apache2/apache2-2.0.40.ebuild,v 1.1 2002/08/15 04:46:25 mjc Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/apache2/apache2-2.0.40.ebuild,v 1.2 2002/08/29 04:38:06 drobbins Exp $ S="${WORKDIR}/httpd-${PV}" @@ -18,15 +18,14 @@ HOMEPAGE="http://www.apache.org" # docs on gentoo.org for details. LICENSE="ASL-1.1" -DEPEND=">=sys-devel/perl-5.6.1 - ${REDEPEND}" - # Run-time dependencies, same as DEPEND if RDEPEND isn't defined: RDEPEND="virtual/glibc >=dev-libs/mm-1.1.3 >=sys-libs/gdbm-1.8 >=dev-libs/expat-1.95.2" +DEPEND=">=sys-devel/perl-5.6.1 ${RDEPEND}" + src_compile() { # Most open-source packages use GNU autoconf for configuration. # You should use something similar to the following lines to |