aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/cmd/create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb
index dbb40dc29..da86262c9 100644
--- a/Library/Homebrew/cmd/create.rb
+++ b/Library/Homebrew/cmd/create.rb
@@ -111,9 +111,9 @@ class FormulaCreator
<% elsif mode == nil %>
# depends_on 'cmake' => :build
<% end %>
+ depends_on :x11 # if your formula requires any X11/XQuartz components
def install
- # ENV.x11 # if your formula requires any X11 headers
# ENV.j1 # if your formula's build system can't parallelize
<% if mode == :cmake %>