diff options
author | tron <tron> | 2003-09-01 12:36:53 +0000 |
---|---|---|
committer | tron <tron> | 2003-09-01 12:36:53 +0000 |
commit | 048d244c8a3aa8e5b0514e6ac6eae11f0329095e (patch) | |
tree | fe5af3637dcf1eae1d9682e5a942c10f7293cc95 /mail/squirrelmail | |
parent | e1650afdf05c902045b29cfd4b7fbf06a309a848 (diff) | |
download | pkgsrc-048d244c8a3aa8e5b0514e6ac6eae11f0329095e.tar.gz |
Remove redundant dependences on "php" package.
Diffstat (limited to 'mail/squirrelmail')
-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 |