create: remove :x11 dep from new formula template

This commit is contained in:
Zhiming Wang 2016-12-22 18:57:57 -05:00
parent 8f85eb64c4
commit 1ab8b5e35b
No known key found for this signature in database
GPG Key ID: 5B58F95EC95965D8

View File

@ -178,7 +178,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