summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-02-24 21:55:22 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-02-24 21:55:22 +0000
commit18ce2ee448c5fd894a7c73b906de182b26c16011 (patch)
tree888c05c8c28aa2b66ba78141d7b69d3a54c9944f /dev-php
parentadded permission change (diff)
downloadgentoo-2-18ce2ee448c5fd894a7c73b906de182b26c16011.tar.gz
gentoo-2-18ce2ee448c5fd894a7c73b906de182b26c16011.tar.bz2
gentoo-2-18ce2ee448c5fd894a7c73b906de182b26c16011.zip
added png dep
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/php/ChangeLog3
-rw-r--r--dev-php/php/php-4.3.1-r1.ebuild3
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 )