diff options
| author | Adam Vandenberg | 2012-09-14 09:07:47 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-14 09:14:48 -0700 |
| commit | 83b377167b2f00a36a733e8fb01ae3e36cdb0eec (patch) | |
| tree | 588b6ac8c5b71378af615bc9e3f4893a05653c38 /Library/Formula/nginx.rb | |
| parent | c6f30a77b3f8c4d5173809497976e77f1e4f216c (diff) | |
| download | homebrew-83b377167b2f00a36a733e8fb01ae3e36cdb0eec.tar.bz2 | |
Use `env`.
Diffstat (limited to 'Library/Formula/nginx.rb')
| -rw-r--r-- | Library/Formula/nginx.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index 5dd5eb7d6..7fb43c4ee 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -10,6 +10,8 @@ class Nginx < Formula sha1 '8f1f1bd9a98a2d72a5b6fce24d67e9d5f48b5224' end + env :userpaths + depends_on 'pcre' option 'with-passenger', 'Compile with support for Phusion Passenger module' |
