aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/plustache.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/plustache.rb b/Library/Formula/plustache.rb
index c235f1ba8..3d35bc629 100644
--- a/Library/Formula/plustache.rb
+++ b/Library/Formula/plustache.rb
@@ -5,10 +5,10 @@ class Plustache < Formula
url 'https://github.com/mrtazz/plustache/archive/v0.3.0.tar.gz'
sha1 '6ade96f679be0eee049f283ca2d7885f923f2f8d'
- depends_on 'autoconf' => :build
- depends_on 'automake' => :build
- depends_on :libtool
- depends_on 'boost'
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
+ depends_on "boost"
def install
system "autoreconf", "--force", "--install"