diff options
author | Stuart Herbert <stuart@gentoo.org> | 2005-05-31 22:00:59 +0000 |
---|---|---|
committer | Stuart Herbert <stuart@gentoo.org> | 2005-05-31 22:00:59 +0000 |
commit | 0c757424f5cd36617870a158b90a12564c979b35 (patch) | |
tree | e828ea6e76cdf794fde9ea142942bbdaca70cfb7 /eclass/php5-sapi-r2.eclass | |
parent | Bug #79240, courier-imap should not provide files for /etc/pam.d/. (diff) | |
download | historical-0c757424f5cd36617870a158b90a12564c979b35.tar.gz historical-0c757424f5cd36617870a158b90a12564c979b35.tar.bz2 historical-0c757424f5cd36617870a158b90a12564c979b35.zip |
Removed need for FreeType-1.x library
Diffstat (limited to 'eclass/php5-sapi-r2.eclass')
-rw-r--r-- | eclass/php5-sapi-r2.eclass | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/php5-sapi-r2.eclass b/eclass/php5-sapi-r2.eclass index e71407ceb0a8..fb785cf4819b 100644 --- a/eclass/php5-sapi-r2.eclass +++ b/eclass/php5-sapi-r2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.8 2005/05/31 21:45:13 stuart Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/php5-sapi-r2.eclass,v 1.9 2005/05/31 22:00:59 stuart Exp $ # # eclass/php5-sapi-r2.eclass # Eclass for building different php5 SAPI instances @@ -79,7 +79,7 @@ DEPEND="$DEPEND sybase? ( dev-db/freetds ) tidy? ( app-text/htmltidy ) tiff? ( media-libs/tiff ) - truetype? ( =media-libs/freetype-1* =media-libs/freetype-2* >=media-libs/t1lib-5.0.0 ) + truetype? ( =media-libs/freetype-2* >=media-libs/t1lib-5.0.0 ) wddx? ( dev-libs/expat ) xpm? ( virtual/x11 ) xsl? ( dev-libs/libxslt ) @@ -197,7 +197,6 @@ php5-sapi-r2_check_awkward_uses() { else enable_extension_with "freetype-dir" "truetype" 0 "/usr" enable_extension_with "t1lib" "truetype" 0 "/usr" - enable_extension_with "ttf" "truetype" 0 "/usr" enable_extension_enable "gd-jis-conf" "nls" 0 enable_extension_enable "gd-native-ttf" "truetype" 0 enable_extension_with "png-dir" "png" 0 "/usr" |