From c86cddc00978bdd0d258fe399495a0d8a1ca09eb Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Mon, 28 Jul 2014 10:03:34 -0700 Subject: [PATCH] mongodb: add minimum OS version tag --- Formula/mongodb.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Formula/mongodb.rb b/Formula/mongodb.rb index f060f2f0af..70b99233e3 100644 --- a/Formula/mongodb.rb +++ b/Formula/mongodb.rb @@ -21,6 +21,7 @@ class Mongodb < Formula option "with-boost", "Compile using installed boost, not the version shipped with mongodb" depends_on "boost" => :optional + depends_on :macos => :snow_leopard depends_on "scons" => :build depends_on "openssl" => :optional