diff options
Diffstat (limited to 'www-apps/horde/horde-2.2.7.ebuild')
-rw-r--r-- | www-apps/horde/horde-2.2.7.ebuild | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/www-apps/horde/horde-2.2.7.ebuild b/www-apps/horde/horde-2.2.7.ebuild index afc15599a1af..b15f06a38e34 100644 --- a/www-apps/horde/horde-2.2.7.ebuild +++ b/www-apps/horde/horde-2.2.7.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-2.2.7.ebuild,v 1.2 2004/12/17 04:49:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-apps/horde/horde-2.2.7.ebuild,v 1.3 2004/12/24 07:17:13 vapier Exp $ -HORDE_PHP_FEATURES="nls session" +#HORDE_PHP_FEATURES="nls session" inherit horde DESCRIPTION="Horde Application Framework" @@ -16,6 +16,13 @@ RDEPEND=">=dev-php/mod_php-4.1.0 >=dev-libs/libxml2-2.4.21 >=www-apps/horde-pear-1.3" +pkg_setup() { + has_version '>=dev-php/mod_php-5' \ + && HORDE_PHP_FEATURES="nls session" \ + || HORDE_PHP_FEATURES="nls" + horde_pkg_setup +} + src_install() { horde_src_install chmod 0000 test.php |