diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-09-17 16:04:44 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-09-17 16:04:44 +0000 |
commit | 9bca7cdeca565a8793359ba8063493a803c69203 (patch) | |
tree | e60cd76bb6618df97a030c86c521547d3ede8fac /dev-perl/mod_perl | |
parent | Update to vim-6.0aw (diff) | |
download | historical-9bca7cdeca565a8793359ba8063493a803c69203.tar.gz historical-9bca7cdeca565a8793359ba8063493a803c69203.tar.bz2 historical-9bca7cdeca565a8793359ba8063493a803c69203.zip |
net-www/apache-ssl -> net-www/apache fixes
Diffstat (limited to 'dev-perl/mod_perl')
-rw-r--r-- | dev-perl/mod_perl/mod_perl-1.25.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/mod_perl/mod_perl-1.25.ebuild b/dev-perl/mod_perl/mod_perl-1.25.ebuild index e11cb2e4f4ad..f92f88c001cf 100644 --- a/dev-perl/mod_perl/mod_perl-1.25.ebuild +++ b/dev-perl/mod_perl/mod_perl-1.25.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Achim Gottinger <achim@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.25.ebuild,v 1.3 2001/06/01 14:00:14 achim Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/mod_perl/mod_perl-1.25.ebuild,v 1.4 2001/09/17 16:04:44 drobbins Exp $ A=${P}.tar.gz S=${WORKDIR}/${P} @@ -11,7 +11,7 @@ HOMEPAGE="http://perl.apache.org" DEPEND="virtual/glibc >=dev-perl/libwww-perl-5.48 - >=net-www/apache-ssl-1.3" + >=net-www/apache-1.3" src_compile() { |