diff options
| -rw-r--r-- | Library/Formula/lastfm_fplib.rb | 1 | ||||
| -rw-r--r-- | Library/Formula/opencv.rb | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/lastfm_fplib.rb b/Library/Formula/lastfm_fplib.rb index 6eee701b9..53ce9a4f8 100644 --- a/Library/Formula/lastfm_fplib.rb +++ b/Library/Formula/lastfm_fplib.rb @@ -3,7 +3,6 @@ require 'formula' class LastfmFplib <Formula head 'svn://svn.audioscrobbler.net/recommendation/MusicID/lastfm_fplib' homepage 'http://blog.last.fm/2007/08/29/audio-fingerprinting-for-clean-metadata' - md5 '' depends_on 'cmake' depends_on 'taglib' diff --git a/Library/Formula/opencv.rb b/Library/Formula/opencv.rb index 1a11495a5..b8a51bc8b 100644 --- a/Library/Formula/opencv.rb +++ b/Library/Formula/opencv.rb @@ -5,7 +5,6 @@ class Opencv <Formula # https://code.ros.org/trac/opencv/ticket/253 head 'https://code.ros.org/svn/opencv/trunk/opencv', :using => :svn homepage 'http://opencv.willowgarage.com/wiki/' - md5 '' depends_on 'cmake' depends_on 'pkg-config' |
