aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/spidermonkey.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-05 22:09:48 -0800
committerAdam Vandenberg2013-11-05 22:09:48 -0800
commit11ae37b3f22b070b91bab2440863a6b11b04eca5 (patch)
tree391257539e8bbe1db2ff229afb42292a8b5fa579 /Library/Formula/spidermonkey.rb
parentbc645b587cce7a388546b4118a13dc3354271285 (diff)
downloadhomebrew-11ae37b3f22b070b91bab2440863a6b11b04eca5.tar.bz2
add spidermonkey/narwhal conflict
Diffstat (limited to 'Library/Formula/spidermonkey.rb')
-rw-r--r--Library/Formula/spidermonkey.rb2
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'