aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorTim D. Smith2014-11-27 20:23:22 -0800
committerTim D. Smith2014-11-27 20:23:22 -0800
commit923f716b4925206cd7f08c218c8778cc09b5f21e (patch)
tree7a81d74dcd29c9ff2bed93cb855d30109b6bec18 /Library/Formula
parent51ff43b6bc97f376c993495339bf362f2937a9ef (diff)
downloadhomebrew-923f716b4925206cd7f08c218c8778cc09b5f21e.tar.bz2
yara: punctuation
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/yara.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/yara.rb b/Library/Formula/yara.rb
index 4e6431606..db1292bf0 100644
--- a/Library/Formula/yara.rb
+++ b/Library/Formula/yara.rb
@@ -23,7 +23,7 @@ class Yara < Formula
# Use of "inline" requires gnu89 semantics
ENV.append "CFLAGS", "-std=gnu89" if ENV.compiler == :clang
- # find Homebrew"s libpcre
+ # find Homebrew's libpcre
ENV.append "LDFLAGS", "-L#{Formula["pcre"].opt_lib} -lpcre"
system "./bootstrap.sh"