aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-11-07 06:50:05 -0800
committerAdam Vandenberg2013-11-07 06:50:05 -0800
commitbae1049be12e96d0aeabe025e668346a5158d3f7 (patch)
tree292cbafbd6df1a8e00da7e775a6451f3878cab19 /Library
parenteac34aba508b59fd8e3112482f9dac88ac425de3 (diff)
downloadhomebrew-bae1049be12e96d0aeabe025e668346a5158d3f7.tar.bz2
tinyscheme/mit-scheme conflict
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mit-scheme.rb2
-rw-r--r--Library/Formula/tinyscheme.rb2
2 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/mit-scheme.rb b/Library/Formula/mit-scheme.rb
index afeff0fd0..6abe8df0a 100644
--- a/Library/Formula/mit-scheme.rb
+++ b/Library/Formula/mit-scheme.rb
@@ -6,6 +6,8 @@ class MitScheme < Formula
mirror 'http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.1.1/mit-scheme-c-9.1.1.tar.gz'
sha1 '8f175a40061bdfc0248535e198cc7f5b5a0dce32'
+ conflicts_with 'tinyscheme', :because => 'both install a `scheme` binary'
+
depends_on :x11 if MacOS::X11.installed?
def install
diff --git a/Library/Formula/tinyscheme.rb b/Library/Formula/tinyscheme.rb
index 223146e29..8dd35e0cf 100644
--- a/Library/Formula/tinyscheme.rb
+++ b/Library/Formula/tinyscheme.rb
@@ -5,6 +5,8 @@ class Tinyscheme < Formula
url 'http://downloads.sourceforge.net/project/tinyscheme/tinyscheme/tinyscheme-1.40/tinyscheme-1.40.tar.gz'
sha1 'e03f7ac41f0517bb35eced2772c79eb9db42ea82'
+ conflicts_with 'mit-scheme', :because => 'both install a `scheme` binary'
+
# Modify compile flags for Mac OS X per instructions
def patches
DATA