aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-05-31 20:39:27 -0500
committerJack Nagel2014-05-31 20:39:27 -0500
commit2fa70c2c0324415f96ecde8caa8cf985f13d4567 (patch)
tree41c512a227e6d8ba85b7466d6bb08a4f676f1367 /Library/Formula
parent3719bb63edc5ed6fd4d07bc22a9ef5bfc8642156 (diff)
downloadhomebrew-2fa70c2c0324415f96ecde8caa8cf985f13d4567.tar.bz2
s3fs: modernize autotools deps
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/s3fs.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/s3fs.rb b/Library/Formula/s3fs.rb
index 2d984d257..b0205b8e4 100644
--- a/Library/Formula/s3fs.rb
+++ b/Library/Formula/s3fs.rb
@@ -5,10 +5,10 @@ class S3fs < Formula
url 'https://github.com/s3fs-fuse/s3fs-fuse/archive/v1.76.tar.gz'
sha1 '478aa3230b5d85bfe95d9962ee2f1d8cd35fa070'
- depends_on 'pkg-config' => :build
- depends_on :autoconf
- depends_on :automake
- depends_on 'fuse4x'
+ depends_on "pkg-config" => :build
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "fuse4x"
def install
system "./autogen.sh"