diff options
| author | Jack Nagel | 2014-05-31 20:39:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-31 20:39:25 -0500 |
| commit | 8f5714c6937dae48a993c471447ec4e9a719b939 (patch) | |
| tree | 09e3cd68bb72fcdc89b613f7acb70480cc677a5a | |
| parent | 826a332c1f65a111c4bbf0f283e5cfd195e198b9 (diff) | |
| download | homebrew-8f5714c6937dae48a993c471447ec4e9a719b939.tar.bz2 | |
duti: modernize autotools deps
| -rw-r--r-- | Library/Formula/duti.rb | 2 |
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" |
