diff options
-rw-r--r-- | mail/squirrelmail-notes-plugin/Makefile | 2 | ||||
-rw-r--r-- | mail/squirrelmail-quota_usage-plugin/Makefile | 2 | ||||
-rw-r--r-- | mail/squirrelmail-wetteronline-plugin/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/mail/squirrelmail-notes-plugin/Makefile b/mail/squirrelmail-notes-plugin/Makefile index 3260b952fb1b..1c9879435516 100644 --- a/mail/squirrelmail-notes-plugin/Makefile +++ b/mail/squirrelmail-notes-plugin/Makefile @@ -42,6 +42,8 @@ NO_WRKSUBDIR= yes USE_PERL5_BUILD= yes USE_PHP= yes WANT_PHP_WEB= yes +IGNORE_WITH_PHP= 5 # known incompatibilities with php-5.4, use 5.3 for now +DEFAULT_PHP_VER= 53 pre-everything:: @${ECHO} "" diff --git a/mail/squirrelmail-quota_usage-plugin/Makefile b/mail/squirrelmail-quota_usage-plugin/Makefile index 33ea3064442c..e917467f3b31 100644 --- a/mail/squirrelmail-quota_usage-plugin/Makefile +++ b/mail/squirrelmail-quota_usage-plugin/Makefile @@ -42,6 +42,8 @@ NO_WRKSUBDIR= yes USE_PERL5_BUILD= yes USE_PHP= yes WANT_PHP_WEB= yes +IGNORE_WITH_PHP= 5 # known incompatibilities with php-5.4, use 5.3 for now +DEFAULT_PHP_VER= 53 pre-everything:: @${ECHO} "" diff --git a/mail/squirrelmail-wetteronline-plugin/Makefile b/mail/squirrelmail-wetteronline-plugin/Makefile index ae66fa8e45c1..8c7b1cde8802 100644 --- a/mail/squirrelmail-wetteronline-plugin/Makefile +++ b/mail/squirrelmail-wetteronline-plugin/Makefile @@ -40,6 +40,8 @@ NO_WRKSUBDIR= yes USE_PERL5_BUILD= yes USE_PHP= yes WANT_PHP_WEB= yes +IGNORE_WITH_PHP=5 # known incompatibilities with php-5.4, use 5.3 for now +DEFAULT_PHP_VER=53 pre-everything:: @${ECHO} "" |