aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-02-28 11:16:55 -0600
committerJack Nagel2014-02-28 11:16:55 -0600
commitad37905668a3b17c0fb0a377315b44ed3bc4cfb0 (patch)
tree2e6714b990c7ce86b52554cdb84a30fee3c86cfd /Library/Formula
parent9f682f98fc53e56996f927f3dbb84bea478ea2bc (diff)
downloadhomebrew-ad37905668a3b17c0fb0a377315b44ed3bc4cfb0.tar.bz2
moc: use :optional dep
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/moc.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/moc.rb b/Library/Formula/moc.rb
index ee44d5f92..3611cbc6c 100644
--- a/Library/Formula/moc.rb
+++ b/Library/Formula/moc.rb
@@ -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?