diff options
Diffstat (limited to 'dev-php/php/php-4.2.1.ebuild')
-rw-r--r-- | dev-php/php/php-4.2.1.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-php/php/php-4.2.1.ebuild b/dev-php/php/php-4.2.1.ebuild index 2350d9c23a6f..ca59d956f10c 100644 --- a/dev-php/php/php-4.2.1.ebuild +++ b/dev-php/php/php-4.2.1.ebuild @@ -1,7 +1,9 @@ # Copyright 1999-2002 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.2.1.ebuild,v 1.5 2002/10/04 05:25:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.2.1.ebuild,v 1.6 2002/10/05 05:39:11 drobbins Exp $ + +IUSE="nls postgres snmp ldap libwww curl ssl gdbm mysql X readline berkdb imap firebird xml qt crypt flash odbc pdflib xml2 pam" A=php-${PV}.tar.gz S=${WORKDIR}/php-${PV} |