diff options
author | tron <tron> | 2002-01-02 11:57:01 +0000 |
---|---|---|
committer | tron <tron> | 2002-01-02 11:57:01 +0000 |
commit | d2214037f2a4d8cb108b9897653c24345e8185b9 (patch) | |
tree | f6724dc132d5af2f49a1354eebc3bd6bfb303737 /mail/squirrelmail/Makefile | |
parent | d3be57eb5b5c4c8882e448ad450cfba982fc74d2 (diff) | |
download | pkgsrc-d2214037f2a4d8cb108b9897653c24345e8185b9.tar.gz |
Back out last commit, "squirrelmail" doesn't work with version 4.1.0
of the "php" package yet.
Diffstat (limited to 'mail/squirrelmail/Makefile')
-rw-r--r-- | mail/squirrelmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index dc565d18b3e..1838fe46277 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2002/01/02 11:42:59 tron Exp $ +# $NetBSD: Makefile,v 1.18 2002/01/02 11:57:01 tron Exp $ DISTNAME= squirrelmail-1.0.6 CATEGORIES= mail www @@ -11,8 +11,8 @@ MAINTAINER= jlam@netbsd.org HOMEPAGE= http://www.squirrelmail.org/ COMMENT= PHP4 webmail package -DEPENDS+= php>=4.0.6:../../www/php4 -DEPENDS+= php-session>=4.0.6:../../devel/php4-session +DEPENDS+= php-4.0.[6-9]*:../../www/php4 +DEPENDS+= php-session-4.0.[6-9]*:../../devel/php4-session USE_PERL5= # defined NO_CONFIGURE= # defined |