Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
couchdb: depend on core erlang again
Browse files Browse the repository at this point in the history
Fixes #18256, for now.
  • Loading branch information
jacknagel committed Mar 19, 2013
1 parent 29323da commit 3a36a76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/couchdb.rb
Expand Up @@ -10,7 +10,7 @@ class Couchdb < Formula
depends_on 'help2man' => :build depends_on 'help2man' => :build
depends_on 'spidermonkey' depends_on 'spidermonkey'
depends_on 'icu4c' depends_on 'icu4c'
depends_on 'homebrew/versions/erlang-r15' depends_on 'erlang'
depends_on 'curl' if MacOS.version == :leopard depends_on 'curl' if MacOS.version == :leopard


def install def install
Expand Down

0 comments on commit 3a36a76

Please sign in to comment.