rock: depends on bdw-gc

As mentioned in its README, rock depends on the Boehm Garbage Collector (bdw-gc).

Closes Homebrew/homebrew#20032.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Romain Ruetschi 2013-05-24 01:01:04 +03:00 committed by Adam Vandenberg
parent 831af75918
commit 3b1ba3ee68

View file

@ -7,6 +7,8 @@ class Rock < Formula
head 'https://github.com/nddrylliog/rock.git'
depends_on 'bdw-gc'
def install
# make rock using provided bootstrap
system "make rescue"