summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuca Longinotti <chtekk@gentoo.org>2006-01-24 20:35:50 +0000
committerLuca Longinotti <chtekk@gentoo.org>2006-01-24 20:35:50 +0000
commit4af453b1a3e5fdb3b21d76c2947da05d60fc4ca1 (patch)
tree0af760aff940e5353703034f249e5541a71b1353 /dev-php4/php-gtk/php-gtk-1.0.2.ebuild
parentFixed dependencies in 1.8.0 and allowed for no sound if USE is -alsa -oss on ... (diff)
downloadgentoo-2-4af453b1a3e5fdb3b21d76c2947da05d60fc4ca1.tar.gz
gentoo-2-4af453b1a3e5fdb3b21d76c2947da05d60fc4ca1.tar.bz2
gentoo-2-4af453b1a3e5fdb3b21d76c2947da05d60fc4ca1.zip
Fix compile errors.
(Portage version: 2.0.54)
Diffstat (limited to 'dev-php4/php-gtk/php-gtk-1.0.2.ebuild')
-rw-r--r--dev-php4/php-gtk/php-gtk-1.0.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php4/php-gtk/php-gtk-1.0.2.ebuild b/dev-php4/php-gtk/php-gtk-1.0.2.ebuild
index b254b7edce8a..b003363512d3 100644
--- a/dev-php4/php-gtk/php-gtk-1.0.2.ebuild
+++ b/dev-php4/php-gtk/php-gtk-1.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php4/php-gtk/php-gtk-1.0.2.ebuild,v 1.4 2006/01/20 18:07:29 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php4/php-gtk/php-gtk-1.0.2.ebuild,v 1.5 2006/01/24 20:35:50 chtekk Exp $
PHP_EXT_NAME="php_gtk"
PHP_EXT_INI="yes"
@@ -29,7 +29,7 @@ MAKEOPTS="-j1"
pkg_setup() {
has_php
- require_php_with_use cli
+ require_php_with_use cli pcre session
}
src_unpack() {