diff options
| author | Adam Vandenberg | 2013-11-06 07:31:27 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2013-11-06 07:31:27 -0800 |
| commit | 44172bf9ae302cebb0c8e4145129dc1f1badc67d (patch) | |
| tree | a30f85564b876500b70f104b904fdfcc74e64f66 | |
| parent | fd2a6df5237599714ab2071eb5e3ace9fce8bad6 (diff) | |
| download | homebrew-44172bf9ae302cebb0c8e4145129dc1f1badc67d.tar.bz2 | |
clozure-cl and cclive conflict
| -rw-r--r-- | Library/Formula/cclive.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/clozure-cl.rb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/cclive.rb b/Library/Formula/cclive.rb index c8b59fa4c..807dc647b 100644 --- a/Library/Formula/cclive.rb +++ b/Library/Formula/cclive.rb @@ -5,6 +5,8 @@ class Cclive < Formula url 'http://downloads.sourceforge.net/project/cclive/0.7/cclive-0.7.16.tar.xz' sha1 '2bdee70f5e2026165ca444a306bb76fc5ede97b4' + conflicts_with 'clozure-cl', :because => 'both install a ccl binary' + depends_on 'pkg-config' => :build depends_on 'xz' => :build depends_on 'quvi' diff --git a/Library/Formula/clozure-cl.rb b/Library/Formula/clozure-cl.rb index 9b838eb29..ef48b9971 100644 --- a/Library/Formula/clozure-cl.rb +++ b/Library/Formula/clozure-cl.rb @@ -6,6 +6,8 @@ class ClozureCl < Formula version '1.9' sha1 '589b94093fc356c458ab288aceb5a3d5d9d7b829' + conflicts_with 'cclive', :because => 'both install a ccl binary' + def install # Get rid of all the .svn dirs, that for some reason are # included in the tarball |
