diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2012-11-02 01:55:13 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2012-11-02 01:55:13 +0000 |
commit | 3c835018f9f8a99eb22479a24497c4062cc41a46 (patch) | |
tree | 35bc0eb273e7dc860c1007784dc21dcd15422644 /mail | |
parent | 3ca4c437378f508608e1906a55cd8cf97beff368 (diff) | |
download | ports-3c835018f9f8a99eb22479a24497c4062cc41a46.tar.gz ports-3c835018f9f8a99eb22479a24497c4062cc41a46.zip |
Notes
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 3ba29ffd1fef..c965ebd1b21c 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -18,7 +18,13 @@ COMMENT= A webmail system which accesses mail over IMAP USE_PHP= session mhash gettext mbstring pcre openssl xml WANT_PHP_WEB= yes +### Folks, please stop removing the following line and asking me why +### squirrelmail doesn't work. I know the canned error says that SM +### is incompatible with php 5, but it is just php-5.4 that it is +### incompatible with. Install lang/php53 and it will work. +### This will be fixed if/when the SM team releases the next version. IGNORE_WITH_PHP=5 # known incompatibilities with php-5.4, use 5.3 for now +DEFAULT_PHP_VER=53 USE_BZIP2= yes USE_GETTEXT= yes |