aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2013-07-21 16:27:54 -0500
committerJack Nagel2013-07-21 16:27:54 -0500
commitf0fcdb991f9568f125ac219d5cd527222733c3b2 (patch)
treeb707f68f06623f9872d189e93e2d1a4cffcd735a /Library
parent8dd5a913a31fe06bfef53e06103b3e7b84ae6f73 (diff)
downloadhomebrew-f0fcdb991f9568f125ac219d5cd527222733c3b2.tar.bz2
nginx: use optional dep for passenger
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nginx.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb
index d0f6d8a3b..dea57fea9 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -21,7 +21,7 @@ class Nginx < Formula
option 'with-gunzip', 'Compile with support for gunzip module'
depends_on 'pcre'
- depends_on 'passenger' if build.with? 'passenger'
+ depends_on 'passenger' => :optional
# SPDY needs openssl >= 1.0.1 for NPN; see:
# https://tools.ietf.org/agenda/82/slides/tls-3.pdf
# http://www.openssl.org/news/changelog.html