- Make php53 default to fix conflict between php54 and php53
Reported by: pointyhay
This commit is contained in:
parent
51b84cafb6
commit
5632dbe5c2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=315341
@ -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} ""
|
||||
|
@ -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} ""
|
||||
|
@ -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} ""
|
||||
|
Loading…
Reference in New Issue
Block a user