From f0fcdb991f9568f125ac219d5cd527222733c3b2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 21 Jul 2013 16:27:54 -0500 Subject: nginx: use optional dep for passenger --- Library/Formula/nginx.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3