create: Fix indentation for :x11 dep

This commit is contained in:
Misty De Meo 2012-08-09 11:00:35 -05:00
parent ac9bc89bb3
commit ab80dfc5b7

View File

@ -112,7 +112,7 @@ class FormulaCreator
<% elsif mode == nil %> <% elsif mode == nil %>
# depends_on 'cmake' => :build # depends_on 'cmake' => :build
<% end %> <% end %>
depends_on :x11 # if your formula requires any X11/XQuartz components depends_on :x11 # if your formula requires any X11/XQuartz components
def install def install
# ENV.j1 # if your formula's build system can't parallelize # ENV.j1 # if your formula's build system can't parallelize