diff options
| author | Misty De Meo | 2014-07-28 10:03:34 -0700 |
|---|---|---|
| committer | Misty De Meo | 2014-07-28 10:03:34 -0700 |
| commit | d69228c250d4c52b9bc927257d26a492da46d2d3 (patch) | |
| tree | 623eba5bd54c5514024fae8c0b50df4e3a5de4e6 /Library | |
| parent | 9ce84d6419d0f5201c2fd5b9a6e036a348ba94d0 (diff) | |
| download | homebrew-d69228c250d4c52b9bc927257d26a492da46d2d3.tar.bz2 | |
mongodb: add minimum OS version tag
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mongodb.rb | 1 |
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 |
