diff options
author | Mikael Hallendal <hallski@gentoo.org> | 2001-10-07 00:14:36 +0000 |
---|---|---|
committer | Mikael Hallendal <hallski@gentoo.org> | 2001-10-07 00:14:36 +0000 |
commit | e2b0ea34d1acac2be90d347812e70ff99f2aeaae (patch) | |
tree | f6905b641de4f10efc69461d933e2bdbf528c404 /dev-lang | |
parent | removed the old location (diff) | |
download | gentoo-2-e2b0ea34d1acac2be90d347812e70ff99f2aeaae.tar.gz gentoo-2-e2b0ea34d1acac2be90d347812e70ff99f2aeaae.tar.bz2 gentoo-2-e2b0ea34d1acac2be90d347812e70ff99f2aeaae.zip |
use dev-libs/libxml2
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/php/php-4.0.6-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/php/php-4.0.6-r2.ebuild b/dev-lang/php/php-4.0.6-r2.ebuild index a4606eb4b16c..87c24323f47f 100644 --- a/dev-lang/php/php-4.0.6-r2.ebuild +++ b/dev-lang/php/php-4.0.6-r2.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-lang/php/php-4.0.6-r2.ebuild,v 1.1 2001/10/06 14:36:55 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/php/php-4.0.6-r2.ebuild,v 1.2 2001/10/07 00:14:36 hallski Exp $ A=${PN}-4.0.6.tar.gz S=${WORKDIR}/${PN}-4.0.6 @@ -54,7 +54,7 @@ RDEPEND="virtual/glibc qt? ( >=x11-libs/qt-x11-2.3.0 ) xml? ( >=app-text/sablotron-0.44 ) libwww? ( >=net-libs/libwww-5.3.2 ) - xml2? ( gnome-libs/libxml2 ) + xml2? ( dev-libs/libxml2 ) imap? ( virtual/imap )" src_compile() { |