From 5da337ec766b7faa1912cf3cb43b254c5f496167 Mon Sep 17 00:00:00 2001 From: Todd Persen Date: Fri, 3 Oct 2014 11:09:48 -0400 Subject: influxdb: add rocksdb as a dependency --- Library/Formula/influxdb.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Formula') diff --git a/Library/Formula/influxdb.rb b/Library/Formula/influxdb.rb index d8d6b72ec..f97b22910 100644 --- a/Library/Formula/influxdb.rb +++ b/Library/Formula/influxdb.rb @@ -12,6 +12,7 @@ class Influxdb < Formula end depends_on "leveldb" + depends_on "rocksdb" depends_on "autoconf" => :build depends_on "protobuf" => :build depends_on "bison" => :build -- cgit v1.2.3