diff options
author | 2004-07-06 22:24:47 +0000 | |
---|---|---|
committer | 2004-07-06 22:24:47 +0000 | |
commit | eafb3b8a5cb2ccce06afa3e23af50f1e909934a8 (patch) | |
tree | 8a8f6117c59b8dc2320d0900b3a4a76350cc58fc /eclass/php-ext-source.eclass | |
parent | a+r /usr/include/stlport #56245 (Manifest recommit) (diff) | |
download | gentoo-2-eafb3b8a5cb2ccce06afa3e23af50f1e909934a8.tar.gz gentoo-2-eafb3b8a5cb2ccce06afa3e23af50f1e909934a8.tar.bz2 gentoo-2-eafb3b8a5cb2ccce06afa3e23af50f1e909934a8.zip |
fix as extensions need dev-php/php to compile.
Diffstat (limited to 'eclass/php-ext-source.eclass')
-rw-r--r-- | eclass/php-ext-source.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php-ext-source.eclass b/eclass/php-ext-source.eclass index a0efa443fe2f..1090ebc2383b 100644 --- a/eclass/php-ext-source.eclass +++ b/eclass/php-ext-source.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.7 2004/06/25 00:39:48 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php-ext-source.eclass,v 1.8 2004/07/06 22:24:47 robbat2 Exp $ # # Author: Tal Peer <coredumb@gentoo.org> # Author: Stuart Herbert <stuart@gentoo.org> @@ -28,7 +28,7 @@ EXPORT_FUNCTIONS src_compile src_install # ---end ebuild configurable settings DEPEND="${DEPEND} - virtual/php + dev-php/php >=sys-devel/m4-1.4 >=sys-devel/libtool-1.4.3" |