tinyscheme/mit-scheme conflict

master
Adam Vandenberg 2013-11-07 06:50:05 -08:00
parent c5c9c602a6
commit 7d91105795
2 changed files with 4 additions and 0 deletions

View File

@ -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' mirror 'http://ftp.gnu.org/gnu/mit-scheme/stable.pkg/9.1.1/mit-scheme-c-9.1.1.tar.gz'
sha1 '8f175a40061bdfc0248535e198cc7f5b5a0dce32' sha1 '8f175a40061bdfc0248535e198cc7f5b5a0dce32'
conflicts_with 'tinyscheme', :because => 'both install a `scheme` binary'
depends_on :x11 if MacOS::X11.installed? depends_on :x11 if MacOS::X11.installed?
def install def install

View File

@ -5,6 +5,8 @@ class Tinyscheme < Formula
url 'http://downloads.sourceforge.net/project/tinyscheme/tinyscheme/tinyscheme-1.40/tinyscheme-1.40.tar.gz' url 'http://downloads.sourceforge.net/project/tinyscheme/tinyscheme/tinyscheme-1.40/tinyscheme-1.40.tar.gz'
sha1 'e03f7ac41f0517bb35eced2772c79eb9db42ea82' sha1 'e03f7ac41f0517bb35eced2772c79eb9db42ea82'
conflicts_with 'mit-scheme', :because => 'both install a `scheme` binary'
# Modify compile flags for Mac OS X per instructions # Modify compile flags for Mac OS X per instructions
def patches def patches
DATA DATA