diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2003-02-24 21:55:22 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2003-02-24 21:55:22 +0000 |
commit | aebde49c82a1b35b471c5c1ebed3575e910f45e7 (patch) | |
tree | d24f4c90375f71bc3feaac9641439020b3d927d1 /dev-php | |
parent | added permission change (diff) | |
download | historical-aebde49c82a1b35b471c5c1ebed3575e910f45e7.tar.gz historical-aebde49c82a1b35b471c5c1ebed3575e910f45e7.tar.bz2 historical-aebde49c82a1b35b471c5c1ebed3575e910f45e7.zip |
added png dep
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/php/ChangeLog | 3 | ||||
-rw-r--r-- | dev-php/php/php-4.3.1-r1.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog index cf7858c8d110..bac11847ec7f 100644 --- a/dev-php/php/ChangeLog +++ b/dev-php/php/ChangeLog @@ -1,6 +1,6 @@ # ChangeLog for dev-php/php # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.36 2003/02/24 21:45:00 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.37 2003/02/24 21:55:22 rphillips Exp $ 13 Jan 2003; Daniel Ahlberg <aliz@genoto.org> php-4.3.0-r2.ebuild : Added ppc and sparc keyword becuse this is a security update. @@ -11,6 +11,7 @@ 24 Feb 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.1-r1.ebuild : Added needed files for phpize. + Added png dep Fixes #16185 *php-4.3.1 (18 Feb 2003) diff --git a/dev-php/php/php-4.3.1-r1.ebuild b/dev-php/php/php-4.3.1-r1.ebuild index e931de94dff2..ec3d32a9c192 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.2 2003/02/24 21:48:25 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.1-r1.ebuild,v 1.3 2003/02/24 21:55:22 rphillips 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" @@ -27,6 +27,7 @@ DEPEND=" qt? ( x11-libs/qt ) nls? ( sys-devel/gettext ) pam? ( >=sys-libs/pam-0.75 ) + png? ( >=media-libs/libpng-1.2.5 ) xml? ( >=net-libs/libwww-5.3.2 >=app-text/sablotron-0.95-r1 ) ssl? ( >=dev-libs/openssl-0.9.5 ) curl? ( >=net-ftp/curl-7.8.1 ) |