diff options
Diffstat (limited to 'Library/Formula/aalib.rb')
| -rw-r--r-- | Library/Formula/aalib.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/aalib.rb b/Library/Formula/aalib.rb index 1e6cbb880..b7093ae39 100644 --- a/Library/Formula/aalib.rb +++ b/Library/Formula/aalib.rb @@ -13,8 +13,8 @@ class Aalib < Formula if MacOS.xcode_version >= "4.3" # remove the autoreconf if possible, no comment provided about why it is there # so we have no basis to make a decision at this point. - depends_on "automake" - depends_on "libtool" + depends_on "automake" => :build + depends_on "libtool" => :build end def install |
