diff options
author | bouyer <bouyer@pkgsrc.org> | 2002-03-19 09:04:11 +0000 |
---|---|---|
committer | bouyer <bouyer@pkgsrc.org> | 2002-03-19 09:04:11 +0000 |
commit | f2c00b19509329f1b0988190d02764cf870596b6 (patch) | |
tree | c8a90c068ae801d61ca5f2757aa9190bcd829fac /mail/squirrelmail | |
parent | 10eb12cffaa2c64639cc5c5885afdd55dd0e94e2 (diff) | |
download | pkgsrc-f2c00b19509329f1b0988190d02764cf870596b6.tar.gz |
It seems this needs php-pcre now.
Diffstat (limited to 'mail/squirrelmail')
-rw-r--r-- | mail/squirrelmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 93338b40445..f00abcc979b 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2002/03/18 22:11:51 bouyer Exp $ +# $NetBSD: Makefile,v 1.22 2002/03/19 09:04:11 bouyer Exp $ DISTNAME= squirrelmail-1.2.5 CATEGORIES= mail www @@ -15,6 +15,7 @@ CONFLICTS+= sq-squirrelspell-[0-9]* DEPENDS+= php>=4.0.6:../../www/php4 DEPENDS+= php-gettext>=4.0.6:../../devel/php4-gettext DEPENDS+= php-session>=4.0.6:../../devel/php4-session +DEPENDS+= php-pcre>=4.0.6:../../devel/php4-pcre REPLACE_PERL= config/conf.pl config/ri_once.pl |