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 | 8b91b79ee583751abafb832c430b507399946357 (patch) | |
tree | 8247799a93011def38886945d525cd5da2a40650 /mail/squirrelmail | |
parent | f6c83cf624b9607fee2b100c2c0ef0817b26df2d (diff) | |
download | pkgsrc-8b91b79ee583751abafb832c430b507399946357.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 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index c0f97e79be1..66a845969aa 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2004/06/04 14:05:53 xtraeme Exp $ +# $NetBSD: Makefile,v 1.42 2004/10/31 23:47:33 jdolecek Exp $ DISTNAME= squirrelmail-1.4.3a CATEGORIES= mail www @@ -12,7 +12,7 @@ COMMENT= PHP4 webmail package CONFLICTS= sq-attachment-handlers-[0-9]* CONFLICTS+= sq-squirrelspell-[0-9]* -DEPENDS+= php-gettext>=4.3.3:../../devel/php4-gettext +DEPENDS+= php-gettext>=4.3.3:../../devel/php-gettext USE_BUILDLINK3= yes USE_LANGUAGES= # empty |