Update formula template for new X11 dependency

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Jack Nagel 2012-07-01 14:32:28 -05:00
parent 1d2a72eecc
commit 168ccb2821

View File

@ -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 %>