aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-07-01 14:32:28 -0500
committerJack Nagel2012-07-01 14:32:28 -0500
commit168ccb2821f1e4adb1129b2a73b51805743aee51 (patch)
tree328115be1c51fbb13ed9b28769de34182784f8c9 /Library
parent1d2a72eecc0256d79628a40bfa5ca3b1dfb99d23 (diff)
downloadbrew-168ccb2821f1e4adb1129b2a73b51805743aee51.tar.bz2
Update formula template for new X11 dependency
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-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 %>