diff options
| author | Adam Vandenberg | 2014-02-25 20:50:50 -0800 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-27 08:21:20 -0800 |
| commit | 511b949f9dce2156dd7235eb8aac4e02661bb918 (patch) | |
| tree | 76329100a31c84cc0583ea77c3ce1ea6275e28d0 /Library | |
| parent | cb054ecdd4c26cccd6eb74be833848c93d9ffccc (diff) | |
| download | homebrew-511b949f9dce2156dd7235eb8aac4e02661bb918.tar.bz2 | |
libmongoclient: use Formula[]
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libmongoclient.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/libmongoclient.rb b/Library/Formula/libmongoclient.rb index f418cbf52..ddb32ef7a 100644 --- a/Library/Formula/libmongoclient.rb +++ b/Library/Formula/libmongoclient.rb @@ -11,7 +11,7 @@ class Libmongoclient < Formula depends_on 'boost' => :build def install - boost = Formula.factory('boost').opt_prefix + boost = Formula["boost"].opt_prefix args = [ "--prefix=#{prefix}", @@ -29,6 +29,6 @@ class Libmongoclient < Formula args << "--libc++" end - scons 'install-mongoclient', *args + scons "install-mongoclient", *args end end |
