diff options
author | tron <tron@pkgsrc.org> | 2003-09-01 12:37:14 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-01 12:37:14 +0000 |
commit | baed0370abf42eed5c145a35bb77c0aa8a37e3e5 (patch) | |
tree | e065601a36924c3189a83ea09356828d8fea0c9e /www/horde | |
parent | 915e74bd2eb7dbe23b749fe246cc4682021f203a (diff) | |
download | pkgsrc-baed0370abf42eed5c145a35bb77c0aa8a37e3e5.tar.gz |
Fix dependences broken by update of PHP to version 4.3.3.
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index c5d45677d96..5c2b23fcf22 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2003/08/16 21:08:40 bouyer Exp $ +# $NetBSD: Makefile,v 1.25 2003/09/01 12:37:14 tron Exp $ DISTNAME= horde-2.2.4-RC1 PKGNAME= horde-2.2.4rc1 @@ -10,11 +10,7 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.horde.org/ COMMENT= PHP application framework -DEPENDS+= php>4.0.0:../../www/php4 -DEPENDS+= php-pcre>4.0.0:../../devel/php4-pcre -DEPENDS+= php-session>4.0.0:../../devel/php4-session -DEPENDS+= php-gettext>4.0.0:../../devel/php4-gettext -DEPENDS+= php-xml>4.0.0:../../textproc/php4-xml +DEPENDS+= php-gettext>=4.3.3:../../devel/php4-gettext DOCDIR= ${PREFIX}/share/doc/horde EGDIR= ${PREFIX}/share/examples/horde |