diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 23:47:32 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-10-31 23:47:32 +0000 |
commit | 619bae149dc9b067cd9b5b126dd7bf1a084f0227 (patch) | |
tree | 8247799a93011def38886945d525cd5da2a40650 /www/horde | |
parent | 8d125701dfcda7b36cf333030240f9f09e98e822 (diff) | |
download | pkgsrc-619bae149dc9b067cd9b5b126dd7bf1a084f0227.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 |