aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-09 09:40:00 -0700
committerAdam Vandenberg2013-08-09 09:40:24 -0700
commit39a84dffd782643d0bb0998db0a7b7a9634e7986 (patch)
treeae9ca44dadf02ea1d2fdb94c93d221b9a019c2ea /Library/Formula
parent2681f48e849825505516f0f9396dc833a834f360 (diff)
downloadhomebrew-39a84dffd782643d0bb0998db0a7b7a9634e7986.tar.bz2
mlkit: remove requirement
mlton has an install location requirement, and this does not strictly need to be duplicated in mlkit
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mlkit.rb14
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Formula/mlkit.rb b/Library/Formula/mlkit.rb
index bb0379922..f79bc799e 100644
--- a/Library/Formula/mlkit.rb
+++ b/Library/Formula/mlkit.rb
@@ -1,24 +1,10 @@
require 'formula'
-class StandardHomebrewLocation < Requirement
- satisfy HOMEBREW_PREFIX.to_s == "/usr/local"
-
- def message; <<-EOS.undent
- mlton won't work outside of /usr/local
-
- Because this uses pre-compiled binaries, it will not work if
- Homebrew is installed somewhere other than /usr/local; mlton
- will be unable to find GMP.
- EOS
- end
-end
-
class Mlkit < Formula
homepage 'http://sourceforge.net/apps/mediawiki/mlkit'
url 'http://downloads.sourceforge.net/project/mlkit/mlkit-4.3.7/mlkit-4.3.7.tgz'
sha1 '7c1f69f0cde271f50776d33b194699b403bab598'
- depends_on StandardHomebrewLocation
depends_on :autoconf => :build
depends_on 'mlton' => :build
depends_on :tex