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
commit246e016261e41fe277c3dd043bcbaa448cc3bc85 (patch)
tree8d1cae94838226c417d7c3703edb7a3dd1cb2c0f /Library/Formula/ncmpcpp.rb
parentda1a7e61b475babb0a069729506dfee0c589cfb1 (diff)
downloadhomebrew-246e016261e41fe277c3dd043bcbaa448cc3bc85.tar.bz2
ncmpcpp: remove redundant comments
Diffstat (limited to 'Library/Formula/ncmpcpp.rb')
-rw-r--r--Library/Formula/ncmpcpp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/ncmpcpp.rb b/Library/Formula/ncmpcpp.rb
index 8219bd3d1..e508c0376 100644
--- a/Library/Formula/ncmpcpp.rb
+++ b/Library/Formula/ncmpcpp.rb
@@ -17,7 +17,7 @@ class Ncmpcpp < Formula
sha1 "e995546831489e3629a961512365dc2d3f2f7310"
version "0.6-beta4"
- depends_on 'boost' # not needed by stable
+ depends_on 'boost'
depends_on 'readline'
end
@@ -27,7 +27,7 @@ class Ncmpcpp < Formula
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
- depends_on 'boost' # not needed by stable
+ depends_on 'boost'
depends_on 'readline'
end