aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2014-02-25 06:26:41 -0800
committerAdam Vandenberg2014-02-27 08:21:19 -0800
commitc36b02f0b16f3e6f4b0df5eeb0dfc9cf5829952b (patch)
treec40ed96459e1ba8b8c12164d4fee4c45e5d1c5bd /Library
parent263550379f6721f7b416d305830faba2de802018 (diff)
downloadhomebrew-c36b02f0b16f3e6f4b0df5eeb0dfc9cf5829952b.tar.bz2
glib-networking: use Formula[]
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/glib-networking.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/glib-networking.rb b/Library/Formula/glib-networking.rb
index 72f3e4f35..b35f0a4ad 100644
--- a/Library/Formula/glib-networking.rb
+++ b/Library/Formula/glib-networking.rb
@@ -16,7 +16,7 @@ class GlibNetworking < Formula
def install
if build.with? "curl-ca-bundle"
- curl_ca_bundle = Formula.factory('curl-ca-bundle').opt_prefix
+ curl_ca_bundle = Formula["curl-ca-bundle"].opt_prefix
certs_options = "--with-ca-certificates=#{curl_ca_bundle}/share/ca-bundle.crt"
else
certs_options = "--without-ca-certificates"