diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 22:11:52 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-25 22:11:52 +0000 |
commit | c37f3a7991903699d436915031c2971d1043d081 (patch) | |
tree | c8c3ad77a47071d054f5bedf038b0330c1c51ba0 /dev-php | |
parent | USE fix (diff) | |
download | historical-c37f3a7991903699d436915031c2971d1043d081.tar.gz historical-c37f3a7991903699d436915031c2971d1043d081.tar.bz2 historical-c37f3a7991903699d436915031c2971d1043d081.zip |
USE fix
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/mod_php/ChangeLog | 5 | ||||
-rw-r--r-- | dev-php/mod_php/mod_php-4.2.3-r2.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-php/mod_php/ChangeLog b/dev-php/mod_php/ChangeLog index 5be48eccb165..ebacf89ff627 100644 --- a/dev-php/mod_php/ChangeLog +++ b/dev-php/mod_php/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-php/mod_php # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.56 2003/03/17 03:25:11 nakano Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/ChangeLog,v 1.57 2003/03/25 22:11:52 seemant Exp $ *mod_php-4.3.1-r2 (04 Mar 2003) @@ -85,6 +85,9 @@ *mod_php-4.2.3-r2 (13 Dec 2002) + 25 Mar 2003; Seemant Kulleen <seemant@gentoo.org> mod_php-4.2.3-r2.ebuild: + freetype USE to truetype USE, which ACTUALLY EXISTS, Sheesh + 27 Dec 2002; Ryan Phillips <rphillips@gentoo.org> : included mbregex in the cjk use var. 22 Dec 2002; Donny Davies <woodchip@gentoo.org> mod_php-4.2.3-r2.ebuild : diff --git a/dev-php/mod_php/mod_php-4.2.3-r2.ebuild b/dev-php/mod_php/mod_php-4.2.3-r2.ebuild index ff136fe65fc1..4dafbd621ce2 100644 --- a/dev-php/mod_php/mod_php-4.2.3-r2.ebuild +++ b/dev-php/mod_php/mod_php-4.2.3-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.3-r2.ebuild,v 1.9 2003/03/09 02:33:19 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.2.3-r2.ebuild,v 1.10 2003/03/25 22:11:52 seemant Exp $ -IUSE="java apache2 freetype postgres tiff libwww nls jpeg ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" +IUSE="java apache2 truetype postgres tiff libwww nls jpeg ssl gd oci8 mysql X gdbm curl imap png xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" MY_P=php-${PV} S=${WORKDIR}/${MY_P} @@ -22,7 +22,7 @@ DEPEND="|| ( apache2? ( >=net-www/apache-2.0.43-r1 ) >=net-www/apache-1.3.26-r2 ) - freetype? ( ~media-libs/freetype-1.3.1 >=media-libs/t1lib-1.3.1 ) + truetype? ( ~media-libs/freetype-1.3.1 >=media-libs/t1lib-1.3.1 ) jpeg? ( >=media-libs/jpeg-6b ) tiff? ( >=media-libs/tiff-3.5.5 ) png? ( >=media-libs/libpng-1.2.1 ) @@ -114,7 +114,7 @@ src_compile() { use odbc && myconf="${myconf} --with-unixODBC=/usr" use ldap && myconf="${myconf} --with-ldap" use firebird && myconf="${myconf} --with-interbase=/opt/interbase" - use freetype && myconf="${myconf} --with-ttf --with-t1lib" + use truetype && myconf="${myconf} --with-ttf --with-t1lib" use pdflib && myconf="${myconf} --with-pdflib=/usr" use gd && myconf="${myconf} --with-gd" use png && myconf="${myconf} --with-png-dir=/usr" |