diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-04-22 22:14:35 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-04-22 22:14:35 +0000 |
commit | 9739c2bb080eeb4d890f3aa95b99104645188206 (patch) | |
tree | cdf960993f2ece6cd359426f6c9386fc1d7c03d8 /eclass/php4_4-sapi.eclass | |
parent | Removed PROVIDE as of bug #130746. (diff) | |
download | historical-9739c2bb080eeb4d890f3aa95b99104645188206.tar.gz historical-9739c2bb080eeb4d890f3aa95b99104645188206.tar.bz2 historical-9739c2bb080eeb4d890f3aa95b99104645188206.zip |
Change deps for G/FBSD compatibility.
Diffstat (limited to 'eclass/php4_4-sapi.eclass')
-rw-r--r-- | eclass/php4_4-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php4_4-sapi.eclass b/eclass/php4_4-sapi.eclass index 8bf2dd9b98b9..ef6eef0db13c 100644 --- a/eclass/php4_4-sapi.eclass +++ b/eclass/php4_4-sapi.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.18 2006/04/20 12:15:35 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php4_4-sapi.eclass,v 1.19 2006/04/22 22:14:34 chtekk Exp $ # # ######################################################################## # @@ -72,7 +72,7 @@ DEPEND="${DEPEND} java-internal? ( =virtual/jdk-1.4* dev-java/java-config !dev-php4/php-java-bridge ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11 ) - libedit? ( dev-libs/libedit ) + libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) ) mcal? ( dev-libs/libmcal !=dev-libs/libmcal-0.7-r2 ) mcve? ( net-libs/libmonetra >=dev-libs/openssl-0.9.7 ) mhash? ( app-crypt/mhash ) |