diff options
| author | Jack Nagel | 2014-06-01 21:38:18 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-01 21:38:18 -0500 |
| commit | 824930a140bfcb664ce31b4146fc27098831cf6a (patch) | |
| tree | 383e263c54316e1f82fe787b902232060ff81fce /Library/Formula/libxml2.rb | |
| parent | f04b073a3d16d1f2c598811a8c6c0201c5893a21 (diff) | |
| download | homebrew-824930a140bfcb664ce31b4146fc27098831cf6a.tar.bz2 | |
libxml2: modernize autotools deps
Diffstat (limited to 'Library/Formula/libxml2.rb')
| -rw-r--r-- | Library/Formula/libxml2.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/libxml2.rb b/Library/Formula/libxml2.rb index 1748e3057..7f5e26ede 100644 --- a/Library/Formula/libxml2.rb +++ b/Library/Formula/libxml2.rb @@ -19,9 +19,9 @@ class Libxml2 < Formula head do url 'https://git.gnome.org/browse/libxml2', :using => :git - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end depends_on :python => :optional |
