aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/xbee-comm.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/xbee-comm.rb b/Library/Formula/xbee-comm.rb
index 3eddf3000..10a423e41 100644
--- a/Library/Formula/xbee-comm.rb
+++ b/Library/Formula/xbee-comm.rb
@@ -10,8 +10,8 @@ class XbeeComm < Formula
head 'https://github.com/guyzmo/xbee-comm.git'
- depends_on :autoconf
- depends_on :automake
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
def install
system "aclocal"