diff options
Diffstat (limited to 'dev-php/mod_php/mod_php-4.3.0-r1.ebuild')
-rw-r--r-- | dev-php/mod_php/mod_php-4.3.0-r1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dev-php/mod_php/mod_php-4.3.0-r1.ebuild b/dev-php/mod_php/mod_php-4.3.0-r1.ebuild index 27d4dfdff1f9..56d544dce31a 100644 --- a/dev-php/mod_php/mod_php-4.3.0-r1.ebuild +++ b/dev-php/mod_php/mod_php-4.3.0-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2002 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.3.0-r1.ebuild,v 1.3 2003/01/08 17:03:37 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/mod_php/mod_php-4.3.0-r1.ebuild,v 1.4 2003/01/08 20:24:54 rphillips Exp $ -IUSE="apache2 freetype postgres tiff libwww nls jpeg ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" +IUSE="apache2 truetype postgres tiff libwww nls jpeg ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam" MY_P=php-${PV} S=${WORKDIR}/${MY_P} @@ -21,7 +21,7 @@ PROVIDE="virtual/php" DEPEND=" >=net-www/apache-1.3.26-r2 apache2? ( >=net-www/apache-2.0.43-r1 ) - 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 ) X? ( virtual/x11 ) @@ -115,7 +115,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 jpeg && myconf="${myconf} --with-jpeg-dir=/usr/lib" use tiff && myconf="${myconf} --with-tiff-dir=/usr" |