libbson: remove unused dep
This commit is contained in:
parent
fedff0c002
commit
47cf68dd68
1 changed files with 0 additions and 2 deletions
|
@ -5,8 +5,6 @@ class Libbson < Formula
|
|||
url 'https://github.com/mongodb/libbson/releases/download/0.6.8/libbson-0.6.8.tar.gz'
|
||||
sha1 '96f7bb4bcc6a5b1e40e1c9179d96212f8846c1dc'
|
||||
|
||||
depends_on :automake
|
||||
|
||||
def install
|
||||
system "./configure", "--enable-silent-rules", "--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
|
|
Loading…
Reference in a new issue