diff options
author | martti <martti@pkgsrc.org> | 2005-07-07 08:32:51 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-07-07 08:32:51 +0000 |
commit | a27ffab393431c06c3c73fc3612f5e9b0dbb3641 (patch) | |
tree | 754e2ab793af594dcee0776a035900ecd5c54e3d /mail | |
parent | fc94cabe139ea9a297f013bcc745c568dfa397f3 (diff) | |
download | pkgsrc-a27ffab393431c06c3c73fc3612f5e9b0dbb3641.tar.gz |
CONFLICTS with ja-squirrelspell
Diffstat (limited to 'mail')
-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 6ec6604198f..6e8f51b380a 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2005/07/07 08:30:22 martti Exp $ +# $NetBSD: Makefile,v 1.54 2005/07/07 08:32:51 martti Exp $ DISTNAME= squirrelmail-1.4.4 PKGREVISION= 1 @@ -12,6 +12,7 @@ COMMENT= PHP webmail package CONFLICTS= sq-attachment-handlers-[0-9]* CONFLICTS+= sq-squirrelspell-[0-9]* +CONFLICTS+= ja-squirrelspell-[0-9]* DEPENDS+= php-gettext>=4.3.3:../../devel/php-gettext |