aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2013-03-27 08:34:41 +0800
committermiwi <miwi@FreeBSD.org>2013-03-27 08:34:41 +0800
commit6265b828f4f66c5954e85693c22f86ee344d4325 (patch)
tree9c2097904ce2dfdd98274a775eb4ffc651b10835
parenta7e3d2d14ab7261d2e8452b73ad607157d0d7a45 (diff)
downloadfreebsd-ports-gnome-6265b828f4f66c5954e85693c22f86ee344d4325.tar.gz
freebsd-ports-gnome-6265b828f4f66c5954e85693c22f86ee344d4325.tar.zst
freebsd-ports-gnome-6265b828f4f66c5954e85693c22f86ee344d4325.zip
- Make php53 default to fix conflict between php54 and php53
Reported by: pointyhay
-rw-r--r--mail/squirrelmail-notes-plugin/Makefile2
-rw-r--r--mail/squirrelmail-quota_usage-plugin/Makefile2
-rw-r--r--mail/squirrelmail-wetteronline-plugin/Makefile2
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} ""