diff options
| author | Adam Vandenberg | 2013-08-06 22:32:36 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-08 11:15:33 -0700 |
| commit | 45ace26f6bf1e5e90b0b79556f0b353d546bd1a0 (patch) | |
| tree | 0e1fce3f67202d2389ad170e2ff49509c2686270 /Library | |
| parent | dba9b8d35335f7b31b239c9dee5fd9146f0ce3d4 (diff) | |
| download | homebrew-45ace26f6bf1e5e90b0b79556f0b353d546bd1a0.tar.bz2 | |
monotone: tighten up comment
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/monotone.rb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/monotone.rb b/Library/Formula/monotone.rb index 899af6c70..61a865410 100644 --- a/Library/Formula/monotone.rb +++ b/Library/Formula/monotone.rb @@ -35,8 +35,7 @@ class Monotone < Formula ENV['botan_CFLAGS'] = "-I#{botan18_prefix}/include" ENV['botan_LIBS'] = "-L#{botan18_prefix}/lib -lbotan" - # Monotone only needs headers from Boost (it's templates all the way down!), - # so let's avoid building boost. + # Monotone only needs headers from Boost, so let's avoid building the libraries. # This is suggested in the Monotone installation instructions. boost_prefix = buildpath/'boost' |
