xbee-comm: modernize autotools deps
This commit is contained in:
parent
f7f0c58499
commit
ffda6fa18e
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue