diff options
| author | Lifepillar | 2014-08-28 15:05:23 +0300 |
|---|---|---|
| committer | Mike McQuaid | 2014-08-28 13:34:40 +0100 |
| commit | 37330300e062b8d4d5af246c8e960e12e8333da3 (patch) | |
| tree | cb5d71fd871b29de43d1df621562869d87a05846 | |
| parent | be010f1eb4b4b54a45396fabf153378ec72a6c18 (diff) | |
| download | homebrew-37330300e062b8d4d5af246c8e960e12e8333da3.tar.bz2 | |
passenger: set minimum OS requirement to Lion.
This reverts a change introduced in a33585f9.
Passenger, up to the current version, builds fine in OS X 10.7.5.
| -rw-r--r-- | Library/Formula/passenger.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/passenger.rb b/Library/Formula/passenger.rb index efc153891..e3a025693 100644 --- a/Library/Formula/passenger.rb +++ b/Library/Formula/passenger.rb @@ -12,7 +12,7 @@ class Passenger < Formula end depends_on 'pcre' - depends_on :macos => :mountain_lion + depends_on :macos => :lion option 'without-apache2-module', 'Disable Apache2 module' |
