From 967a2d26877990da91056a523bf79b38de20caba Mon Sep 17 00:00:00 2001 From: Thierry Moisan Date: Wed, 8 Apr 2020 09:21:38 -0400 Subject: [PATCH] Update docs/Formula-Cookbook.md Co-Authored-By: Mike McQuaid --- docs/Formula-Cookbook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Formula-Cookbook.md b/docs/Formula-Cookbook.md index 0bbbb94a86..21784fcf79 100644 --- a/docs/Formula-Cookbook.md +++ b/docs/Formula-Cookbook.md @@ -96,7 +96,7 @@ You’re now at a new prompt with the tarball extracted to a temporary sandbox. Check the package’s `README`. Does the package install with `./configure`, `cmake`, or something else? Delete the commented out `cmake` lines if the package uses `./configure`. -If no compilation is involved, add the line `bottle :unneeded` since bottles are unnecessary in that case. Otherwise, a `bottle` block will be added by Homebrew's CI upon merging the formula pull-request. +If no compilation is involved and there are no `:build` dependencies, add the line `bottle :unneeded` since bottles are unnecessary in this case. Otherwise, a `bottle` block will be added by Homebrew's CI upon merging the formula's pull-request. ### Check for dependencies