diff options
author | tron <tron@pkgsrc.org> | 2003-09-01 12:36:53 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-01 12:36:53 +0000 |
commit | aa62825290943692da9007f9e18d7caa1789f6a4 (patch) | |
tree | fe5af3637dcf1eae1d9682e5a942c10f7293cc95 /mail | |
parent | 56b7fb6d2a12846bf79a4afbe10be1d6dae3964a (diff) | |
download | pkgsrc-aa62825290943692da9007f9e18d7caa1789f6a4.tar.gz |
Remove redundant dependences on "php" package.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 5316e3ee963..6edcaf12b8f 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2003/09/01 11:51:26 martti Exp $ +# $NetBSD: Makefile,v 1.35 2003/09/01 12:36:53 tron Exp $ DISTNAME= squirrelmail-1.4.1 CATEGORIES= mail www @@ -12,7 +12,6 @@ COMMENT= PHP4 webmail package CONFLICTS= sq-attachment-handlers-[0-9]* CONFLICTS+= sq-squirrelspell-[0-9]* -DEPENDS+= php>=4.3.3:../../www/php4 DEPENDS+= php-gettext>=4.3.3:../../devel/php4-gettext USE_BUILDLINK2= yes |