aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/camlistore.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/camlistore.rb b/Library/Formula/camlistore.rb
index 8843afa47..7874f964c 100644
--- a/Library/Formula/camlistore.rb
+++ b/Library/Formula/camlistore.rb
@@ -8,6 +8,7 @@ class Camlistore < Formula
depends_on 'pkg-config' => :build
depends_on 'go' => :build
+ depends_on 'sqlite'
def install
ENV['GIT_DIR'] = cached_download+".git"