aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-12-04 17:38:02 -0500
committerJack Nagel2014-12-04 19:54:18 -0500
commit44f950bdaad15629235c15c3b6847d34a5017be2 (patch)
tree38345a7384ca3ab866a507fa2032f02eceebf095 /Library
parent4e866f15d3aed5c456adba86acff883544601a86 (diff)
downloadhomebrew-44f950bdaad15629235c15c3b6847d34a5017be2.tar.bz2
srmio: modernize autotools deps
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/srmio.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/srmio.rb b/Library/Formula/srmio.rb
index 541af25db..b673a93e9 100644
--- a/Library/Formula/srmio.rb
+++ b/Library/Formula/srmio.rb
@@ -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