diff options
Diffstat (limited to 'Library/Formula/aplus.rb')
| -rw-r--r-- | Library/Formula/aplus.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/aplus.rb b/Library/Formula/aplus.rb index 59100e2c9..09d25be93 100644 --- a/Library/Formula/aplus.rb +++ b/Library/Formula/aplus.rb @@ -12,8 +12,8 @@ class Aplus < Formula end if MacOS.xcode_version >= "4.3" - depends_on "automake" - depends_on "libtool" + depends_on "automake" => :build + depends_on "libtool" => :build end def install |
