srmio: modernize autotools deps

master
Jack Nagel 2014-12-04 17:38:02 -05:00
parent 3b45a49201
commit 069a6ef917
1 changed files with 3 additions and 3 deletions

View File

@ -9,9 +9,9 @@ class Srmio < Formula
head do
url 'https://github.com/rclasen/srmio.git'
depends_on :autoconf
depends_on :automake
depends_on :libtool
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
end
def install