diff options
| author | Jack Nagel | 2014-12-04 12:01:24 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-12-04 13:37:02 -0500 |
| commit | 2779f6d2396c1630ea4e597d0b1888305343e3e4 (patch) | |
| tree | 2037981b07312668e6a70b6bf1cd49a474b05cee /Library/Formula | |
| parent | 16b6e9ad0f8a8ea14278cab3a425b21478fc5ff3 (diff) | |
| download | homebrew-2779f6d2396c1630ea4e597d0b1888305343e3e4.tar.bz2 | |
itstool: modernize autotools deps
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/itstool.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/itstool.rb b/Library/Formula/itstool.rb index fe89ea552..35b97ea11 100644 --- a/Library/Formula/itstool.rb +++ b/Library/Formula/itstool.rb @@ -15,8 +15,8 @@ class Itstool < Formula head do url 'git://gitorious.org/itstool/itstool.git' - depends_on :autoconf - depends_on :automake + depends_on "autoconf" => :build + depends_on "automake" => :build end depends_on :python |
