diff options
author | jlam <jlam> | 2001-01-25 17:52:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-01-25 17:52:51 +0000 |
commit | 699ebdbfe05c2590e6da1afe0b477f67d009f932 (patch) | |
tree | 18a0025fe665cc871723d3f18d9c7cbc3eb925e3 | |
parent | 891907c7be4dd68dc136f32715d0615c088de180 (diff) | |
download | pkgsrc-699ebdbfe05c2590e6da1afe0b477f67d009f932.tar.gz |
Update dependency on php4 to 4.0.4.1nb1 since SquirrelMail requires gettext
support.
-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 |