aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-03-05 22:36:34 -0600
committerJack Nagel2012-03-05 22:40:06 -0600
commitcdf12f545ce0f6d12d5dcef765f19b083a494ceb (patch)
tree952a64cb8d53a2d38c3a20b24d32a9fa8c22ea0c /Library
parent8c130475bcb252692991c7db582ebbef6ee261e7 (diff)
downloadhomebrew-cdf12f545ce0f6d12d5dcef765f19b083a494ceb.tar.bz2
portmidi: remove "verbose install" caveats
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/portmidi.rb9
1 files changed, 1 insertions, 8 deletions
diff --git a/Library/Formula/portmidi.rb b/Library/Formula/portmidi.rb
index 4ce9764af..eb2017d23 100644
--- a/Library/Formula/portmidi.rb
+++ b/Library/Formula/portmidi.rb
@@ -1,19 +1,12 @@
require 'formula'
class Portmidi < Formula
- url 'http://downloads.sourceforge.net/project/portmedia/portmidi/200/portmidi-src-200.zip'
homepage 'http://sourceforge.net/apps/trac/portmedia/wiki/portmidi'
+ url 'http://downloads.sourceforge.net/project/portmedia/portmidi/200/portmidi-src-200.zip'
md5 '26053a105d938395227bb6ae1d78643b'
depends_on 'cmake' => :build
- def caveats
- <<-EOS.undent
- NOTE: "brew install -v portmidi" will fail! You must install
- in non-verbose mode for this to succeed.
- EOS
- end
-
def install
# PATCH for Snow Leopard, see https://github.com/halfbyte/portmidi
# hopefully not needed anymore in the next version of portmidi