aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/ncmpcpp.rb
diff options
context:
space:
mode:
authorJack Nagel2014-10-28 23:22:00 -0500
committerJack Nagel2014-10-28 23:22:00 -0500
commitda1a7e61b475babb0a069729506dfee0c589cfb1 (patch)
tree95f3fa71864999804f5c28d7accc4bbf4a00bfba /Library/Formula/ncmpcpp.rb
parent5bb9389423628b396d380c7abd2097bd7afe0b91 (diff)
downloadhomebrew-da1a7e61b475babb0a069729506dfee0c589cfb1.tar.bz2
ncmpcpp: update autotools deps
Diffstat (limited to 'Library/Formula/ncmpcpp.rb')
-rw-r--r--Library/Formula/ncmpcpp.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/ncmpcpp.rb b/Library/Formula/ncmpcpp.rb
index c8b790bdd..8219bd3d1 100644
--- a/Library/Formula/ncmpcpp.rb
+++ b/Library/Formula/ncmpcpp.rb
@@ -24,9 +24,9 @@ class Ncmpcpp < Formula
head do
url 'git://repo.or.cz/ncmpcpp.git'
- depends_on :autoconf
- depends_on :automake
- depends_on :libtool
+ depends_on "autoconf" => :build
+ depends_on "automake" => :build
+ depends_on "libtool" => :build
depends_on 'boost' # not needed by stable
depends_on 'readline'
end