moc: use :optional dep
This commit is contained in:
parent
5e4745b17a
commit
e77623030b
1 changed files with 1 additions and 2 deletions
|
@ -25,8 +25,7 @@ class Moc < Formula
|
|||
depends_on 'faad2' => :optional
|
||||
depends_on 'timidity' => :optional
|
||||
depends_on 'libmagic' => :optional
|
||||
# TODO: make this :optional when it works for tap dependencies.
|
||||
depends_on 'homebrew/dupes/ncurses' if build.with? 'ncurses'
|
||||
depends_on 'homebrew/dupes/ncurses' => :optional
|
||||
|
||||
def patches
|
||||
unless build.head?
|
||||
|
|
Loading…
Reference in a new issue