diff --git a/apache.json b/apache.json index 505ed65e96..a0d6468aca 100644 --- a/apache.json +++ b/apache.json @@ -25,7 +25,7 @@ "bin\\logresolve.exe", "bin\\rotatelogs.exe" ], - "depends": "visual-c-14", + "depends": "vc-redist14", "post_install": " # set directory in httpd.conf $conf = \"$dir/conf/httpd.conf\" diff --git a/php.json b/php.json index 6901c7c853..61705f5d7c 100644 --- a/php.json +++ b/php.json @@ -13,7 +13,7 @@ } }, "bin": "php.exe", - "depends": "visual-c-14", + "depends": "vc-redist14", "post_install": "cp \"$dir\\php.ini-production\" \"$dir\\php.ini\"", "checkver": { "url": "http://windows.php.net/download/", diff --git a/visual-c-14.json b/vc-redist14.json similarity index 100% rename from visual-c-14.json rename to vc-redist14.json