diff options
| author | Adam Vandenberg | 2013-11-05 22:09:48 -0800 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-11-05 22:09:48 -0800 | 
| commit | 11ae37b3f22b070b91bab2440863a6b11b04eca5 (patch) | |
| tree | 391257539e8bbe1db2ff229afb42292a8b5fa579 /Library/Formula/spidermonkey.rb | |
| parent | bc645b587cce7a388546b4118a13dc3354271285 (diff) | |
| download | homebrew-11ae37b3f22b070b91bab2440863a6b11b04eca5.tar.bz2 | |
add spidermonkey/narwhal conflict
Diffstat (limited to 'Library/Formula/spidermonkey.rb')
| -rw-r--r-- | Library/Formula/spidermonkey.rb | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/spidermonkey.rb b/Library/Formula/spidermonkey.rb index cea83c1d8..9e17426e3 100644 --- a/Library/Formula/spidermonkey.rb +++ b/Library/Formula/spidermonkey.rb @@ -8,6 +8,8 @@ class Spidermonkey < Formula    head 'https://hg.mozilla.org/tracemonkey/archive/tip.tar.gz' +  conflicts_with 'narwhal', :because => 'both install a js binary' +    depends_on 'readline'    depends_on 'nspr'  | 
