Skip to content

Commit

Permalink
nginx: use optional dep for passenger
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Jul 21, 2013
1 parent eb8158c commit 29bb8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/nginx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29bb8cd

Please sign in to comment.