aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/nginx.rb
diff options
context:
space:
mode:
authorMax Howell2009-09-21 18:42:24 +0100
committerMax Howell2009-09-21 18:46:28 +0100
commitb51ff87d8e1278abfbea82d0cd4b689248edb0c2 (patch)
treea624b0d9360d5015d48500043ac0289f510ceb9f /Library/Formula/nginx.rb
parentf791b4475edd0d6e03103d23d066f1757afb0b72 (diff)
parent68108e109839a901313b9933cbb1e3202aed90cf (diff)
downloadhomebrew-b51ff87d8e1278abfbea82d0cd4b689248edb0c2.tar.bz2
Merge branch 'deps'
Conflicts: Library/Formula/imagemagick.rb Library/Formula/taglib.rb Library/Homebrew/brew.h.rb Library/Homebrew/formula.rb bin/brew
Diffstat (limited to 'Library/Formula/nginx.rb')
-rw-r--r--Library/Formula/nginx.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb
index b2fe3e2fa..d0f03666b 100644
--- a/Library/Formula/nginx.rb
+++ b/Library/Formula/nginx.rb
@@ -5,9 +5,7 @@ class Nginx <Formula
@homepage='http://nginx.net/'
@md5='6ebf89b9b00a3b82734e93c32da7df07'
- def deps
- LibraryDep.new 'pcre'
- end
+ depends_on 'pcre'
def install
system "./configure", "--prefix=#{prefix}", "--with-http_ssl_module"