aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAlexis Hildebrandt2010-11-03 09:15:00 +0100
committerAdam Vandenberg2010-11-03 07:07:39 -0700
commitd7b90357a1cf9f838da2769007d2536cf618900d (patch)
tree94531e45ae95a6385a83ec9a236bdbd62967de14 /Library/Formula
parent13b6a9b8fe11a397c4f12b03aa25ebb642d304be (diff)
downloadhomebrew-d7b90357a1cf9f838da2769007d2536cf618900d.tar.bz2
Update Formula: wyrd to 1.4.5
* Deparallelize build Signed-off-by: Adam Vandenberg <flangy@gmail.com> Fixes #3054
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/wyrd.rb5
1 files changed, 3 insertions, 2 deletions
diff --git a/Library/Formula/wyrd.rb b/Library/Formula/wyrd.rb
index da1c22f3c..5e955175b 100644
--- a/Library/Formula/wyrd.rb
+++ b/Library/Formula/wyrd.rb
@@ -1,14 +1,15 @@
require 'formula'
class Wyrd <Formula
- url 'http://pessimization.com/software/wyrd/wyrd-1.4.4.tar.gz'
+ url 'http://pessimization.com/software/wyrd/wyrd-1.4.5.tar.gz'
homepage 'http://pessimization.com/software/wyrd/'
- md5 'a376c05ba614625da06082d850c742c7'
+ md5 '3f39fa83a54d2d890823094aba9ca3cc'
depends_on 'remind'
depends_on 'objective-caml'
def install
+ ENV.deparallelize
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--enable-utf8"