Skip to content

Commit

Permalink
carla: remove ":recommended" per Homebrew#31510
Browse files Browse the repository at this point in the history
  • Loading branch information
tresf committed Aug 29, 2018
1 parent b401069 commit bb73394
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/carla.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ class Carla < Formula

depends_on "pkg-config" => :build
depends_on :macos => :mavericks
depends_on "fluid-synth" => :recommended
depends_on "liblo" => :recommended
depends_on "libmagic" => :recommended
depends_on "pyqt" => :recommended
depends_on "python" => :recommended
depends_on "fluid-synth"
depends_on "liblo"
depends_on "libmagic"
depends_on "pyqt"
depends_on "python"

def install
args = %W[
Expand Down

0 comments on commit bb73394

Please sign in to comment.