Merge pull request #1719 from zmwangx/strip-x11-from-new-formula-template

create: remove :x11 dep from new formula template
This commit is contained in:
Mike McQuaid 2016-12-23 19:51:12 +00:00 committed by GitHub
commit 5b806c09ae

View File

@ -184,7 +184,6 @@ class FormulaCreator
<% elsif mode.nil? %>
# depends_on "cmake" => :build
<% end %>
depends_on :x11 # if your formula requires any X11/XQuartz components
def install
# ENV.deparallelize # if your formula fails when building in parallel