aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/orpie.rb
diff options
context:
space:
mode:
authorMike McQuaid2010-12-08 21:13:49 +0000
committerMike McQuaid2010-12-08 21:13:49 +0000
commit74d6309a70737266f33d917e7eb4080a9b9c3daf (patch)
treed8a573d406798221e15ab9fd9aacd633b9f86131 /Library/Formula/orpie.rb
parentc022930f87c7bb10132656e9e0149249745a4331 (diff)
downloadhomebrew-74d6309a70737266f33d917e7eb4080a9b9c3daf.tar.bz2
Fix English in orpie comment.
Diffstat (limited to 'Library/Formula/orpie.rb')
-rw-r--r--Library/Formula/orpie.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/orpie.rb b/Library/Formula/orpie.rb
index 5e04a3cb8..b32611eba 100644
--- a/Library/Formula/orpie.rb
+++ b/Library/Formula/orpie.rb
@@ -9,10 +9,9 @@ class Orpie <Formula
depends_on 'objective-caml'
def install
- # OCAMLOPT=/usr/bin/false prevents configure from finding ocaml.opt,
- # so orpie is built and runs as bytecode. Otherwise the build
- # fails with "undefined symbol" errrors. This is similar to,
- # but more elegant than, the macports Makefile.in patch.
+ # OCAMLOPT=/usr/bin/false prevents configure from finding ocaml.opt
+ # so orpie is built and runs as bytecode otherwise the build
+ # fails with "undefined symbol" errors.
# This mechanism still works if /usr/bin/false doesn't exist,
# although the build output will be uglier in that scenario.
system "./configure", "--disable-debug", "--disable-dependency-tracking",