diff options
| -rw-r--r-- | Library/Formula/gistit.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gistit.rb b/Library/Formula/gistit.rb index cb2e9d180..a42b63108 100644 --- a/Library/Formula/gistit.rb +++ b/Library/Formula/gistit.rb @@ -5,9 +5,9 @@ class Gistit < Formula url 'https://github.com/jrbasso/gistit/archive/v0.1.2.tar.gz' sha1 '9b20f3c0f81a9cb07e904e4f98f727e07caab8f3' - depends_on :autoconf - depends_on :automake - depends_on 'jansson' + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "jansson" def install mv "configure.in", "configure.ac" # silence warning |
