diff options
author | jdolecek <jdolecek> | 2004-10-31 23:47:32 +0000 |
---|---|---|
committer | jdolecek <jdolecek> | 2004-10-31 23:47:32 +0000 |
commit | 3689ead139f20428c1240ab5aec89be69f3a6fef (patch) | |
tree | 8247799a93011def38886945d525cd5da2a40650 /www/horde | |
parent | f37c64277aa80543ecf545ed99a9f47b4f5bc51d (diff) | |
download | pkgsrc-3689ead139f20428c1240ab5aec89be69f3a6fef.tar.gz |
update DEPENDS for change of php4-* packages to php-*; be optimistic and
leave the DEPENDS in a form which allows PHP 5.x to match, since it should
work just as well
Diffstat (limited to 'www/horde')
-rw-r--r-- | www/horde/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/horde/Makefile b/www/horde/Makefile index b4006bda864..32fa69f7e10 100644 --- a/www/horde/Makefile +++ b/www/horde/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/04/04 10:40:19 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2004/10/31 23:47:33 jdolecek Exp $ DISTNAME= horde-2.2.4 CATEGORIES= www @@ -8,7 +8,7 @@ MAINTAINER= bouyer@NetBSD.org HOMEPAGE= http://www.horde.org/ COMMENT= PHP application framework -DEPENDS+= php-gettext>=4.3.3:../../devel/php4-gettext +DEPENDS+= php-gettext>=4.3.3:../../devel/php-gettext DOCDIR= ${PREFIX}/share/doc/horde EGDIR= ${PREFIX}/share/examples/horde |