xbee-comm: modernize autotools deps

This commit is contained in:
Jack Nagel 2014-05-31 20:39:29 -05:00
parent f7f0c58499
commit ffda6fa18e

View file

@ -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"