1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
This commit is contained in:
Mathieu Arnold 2018-08-27 10:05:44 +00:00
parent 915ce828b2
commit d83e709426
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=478187

View File

@ -64,7 +64,7 @@ _INCLUDE_USES_PHP_MK= yes
DEV_WARNING+= "USES=php:build is included in USES=php:phpize, USES=php:ext, and USES=php:zend, so it is not needed"
. endif
. if ${php_ARGS:Mflavors} && ( ${php_ARGS:Mphpize} || ${php_ARGS:Mext} || ${php_ARGS:Mzend} || ${php_ARGS:Mpecl} )
DEV_WARNINGS+= "USES=php:flavors is included in phpize, ext, zend and pecl, so it is not needed."
DEV_WARNING+= "USES=php:flavors is included in phpize, ext, zend and pecl, so it is not needed."
. endif
. if ${php_ARGS:Mphpize} && ( ${php_ARGS:Mext} || ${php_ARGS:Mzend} )
DEV_WARNING+= "USES=php:phpize is included in USES=php:ext and USES=php:zend, so it is not needed"