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 | c0e9a67ae9a4689dae25c1a1134ccec12bda5b79 (patch) | |
tree | 23124e7c46c516de8103b98d997ce29b4bf393da /eclass/php5_1-sapi.eclass | |
parent | Removed PROVIDE as of bug #130746. (diff) | |
download | gentoo-2-c0e9a67ae9a4689dae25c1a1134ccec12bda5b79.tar.gz gentoo-2-c0e9a67ae9a4689dae25c1a1134ccec12bda5b79.tar.bz2 gentoo-2-c0e9a67ae9a4689dae25c1a1134ccec12bda5b79.zip |
Change deps for G/FBSD compatibility.
Diffstat (limited to 'eclass/php5_1-sapi.eclass')
-rw-r--r-- | eclass/php5_1-sapi.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/php5_1-sapi.eclass b/eclass/php5_1-sapi.eclass index 2faadf292e4e..072fa95d23fb 100644 --- a/eclass/php5_1-sapi.eclass +++ b/eclass/php5_1-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/php5_1-sapi.eclass,v 1.23 2006/04/20 12:15:35 chtekk Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5_1-sapi.eclass,v 1.24 2006/04/22 22:14:35 chtekk Exp $ # # ######################################################################## # @@ -71,7 +71,7 @@ DEPEND="${DEPEND} iodbc? ( dev-db/libiodbc >=dev-db/unixODBC-1.8.13 ) kerberos? ( virtual/krb5 ) ldap? ( >=net-nds/openldap-1.2.11 ) - libedit? ( dev-libs/libedit ) + libedit? ( || ( sys-freebsd/freebsd-lib dev-libs/libedit ) ) mcve? ( >=dev-libs/openssl-0.9.7 ) mhash? ( app-crypt/mhash ) ming? ( media-libs/ming ) |