libbson: remove unused dep

This commit is contained in:
Jack Nagel 2014-05-30 20:04:41 -05:00
parent fedff0c002
commit 47cf68dd68

View file

@ -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"