diff options
author | jlam <jlam@pkgsrc.org> | 2001-01-25 17:52:51 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-01-25 17:52:51 +0000 |
commit | aa13832479902f457d1ed797993e53aeeee3e554 (patch) | |
tree | 18a0025fe665cc871723d3f18d9c7cbc3eb925e3 /mail | |
parent | c3e8df992fadca80e31747a354f34af859ee9893 (diff) | |
download | pkgsrc-aa13832479902f457d1ed797993e53aeeee3e554.tar.gz |
Update dependency on php4 to 4.0.4.1nb1 since SquirrelMail requires gettext
support.
Diffstat (limited to 'mail')
-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 bfee92d981a..f9ae0f98df1 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/01/24 22:44:13 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/25 17:52:51 jlam Exp $ DISTNAME= squirrelmail-1.0pre3 PKGNAME= squirrelmail-0.9.3 @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=squirrelmail/} \ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.squirrelmail.org/ -DEPENDS+= php>=4.0:../../www/php4 +DEPENDS+= php>=4.0.4.1nb1:../../www/php4 USE_PERL5= # defined NO_CONFIGURE= # defined |