aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-03-12 13:28:21 +0000
committerMike McQuaid2014-03-12 13:28:21 +0000
commit7d3e0cd52af5ed7cb210aa737870f80fdf8604fb (patch)
tree341fd782c806ede8cf223ccc8851a0a8ce4ef81c /Library/Formula
parentd64836835174584769de2d5e503fec955e919c92 (diff)
downloadhomebrew-7d3e0cd52af5ed7cb210aa737870f80fdf8604fb.tar.bz2
ninja-ide: fix python module import.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ninja-ide.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ninja-ide.rb b/Library/Formula/ninja-ide.rb
index b3cac95ab..733800a16 100644
--- a/Library/Formula/ninja-ide.rb
+++ b/Library/Formula/ninja-ide.rb
@@ -6,7 +6,7 @@ class NinjaIde < Formula
sha1 '64ccbbf8521a8fbef43c3d57cf616b7f8b466460'
depends_on :python
- depends_on 'fsevents' => :python
+ depends_on "MacFSEvents" => [:python, "fsevents"]
depends_on 'pyqt'
def install