diff options
Diffstat (limited to 'dev-php/php/php-4.3.1-r1.ebuild')
-rw-r--r-- | dev-php/php/php-4.3.1-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-php/php/php-4.3.1-r1.ebuild b/dev-php/php/php-4.3.1-r1.ebuild index 3d805fdb90ae..d8c24628ec25 100644 --- a/dev-php/php/php-4.3.1-r1.ebuild +++ b/dev-php/php/php-4.3.1-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Update: Roman Weber <gentoo@gonzo.ch> -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1-r1.ebuild,v 1.7 2003/03/03 21:10:55 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1-r1.ebuild,v 1.8 2003/03/06 04:20:59 vapier Exp $ IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam spell" @@ -127,8 +127,8 @@ src_compile() { if [ "$ORACLE_HOME" ] ; then myconf="${myconf} --with-oci8=${ORACLE_HOME}" fi - fi - + fi + use qt && myconf="${myconf} --with-qtdom" if [ "`use imap`" ] ; then |