aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMisty De Meo2014-07-28 10:03:34 -0700
committerMisty De Meo2014-07-28 10:03:34 -0700
commitd69228c250d4c52b9bc927257d26a492da46d2d3 (patch)
tree623eba5bd54c5514024fae8c0b50df4e3a5de4e6 /Library
parent9ce84d6419d0f5201c2fd5b9a6e036a348ba94d0 (diff)
downloadhomebrew-d69228c250d4c52b9bc927257d26a492da46d2d3.tar.bz2
mongodb: add minimum OS version tag
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mongodb.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb
index f060f2f0a..70b99233e 100644
--- a/Library/Formula/mongodb.rb
+++ b/Library/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