aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Nagel2014-05-31 20:39:25 -0500
committerJack Nagel2014-05-31 20:39:25 -0500
commit8f5714c6937dae48a993c471447ec4e9a719b939 (patch)
tree09e3cd68bb72fcdc89b613f7acb70480cc677a5a
parent826a332c1f65a111c4bbf0f283e5cfd195e198b9 (diff)
downloadhomebrew-8f5714c6937dae48a993c471447ec4e9a719b939.tar.bz2
duti: modernize autotools deps
-rw-r--r--Library/Formula/duti.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/duti.rb b/Library/Formula/duti.rb
index 2b53ae2db..9d634693e 100644
--- a/Library/Formula/duti.rb
+++ b/Library/Formula/duti.rb
@@ -6,7 +6,7 @@ class Duti < Formula
url 'https://github.com/moretension/duti/archive/duti-1.5.2.tar.gz'
sha1 '1833c0a56646a132fa09bcb31c557d4393f19a3b'
- depends_on :autoconf
+ depends_on "autoconf" => :build
def install
system "autoreconf", "-vfi"