diff options
| author | Adam Vandenberg | 2013-08-11 21:08:33 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-08-11 21:08:33 -0700 |
| commit | 3928057a128a960a2badecb8847f3b211e5cf7b7 (patch) | |
| tree | c0ded6502210e1014c5c7ee227246126ae564217 /Library/Formula | |
| parent | 1cef7b36991cceb8ad8d4bac6b02c19ba7bf5832 (diff) | |
| download | homebrew-3928057a128a960a2badecb8847f3b211e5cf7b7.tar.bz2 | |
wordnet: fix indentation
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/wordnet.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/wordnet.rb b/Library/Formula/wordnet.rb index 22a304cb3..9cdd146c7 100644 --- a/Library/Formula/wordnet.rb +++ b/Library/Formula/wordnet.rb @@ -21,8 +21,8 @@ class Wordnet < Formula (prefix+"dict").install Dir['*'] end - # Disable calling deprecated fields within the Tcl_Interp during compilation. - # https://bugzilla.redhat.com/show_bug.cgi?id=902561 + # Disable calling deprecated fields within the Tcl_Interp during compilation. + # https://bugzilla.redhat.com/show_bug.cgi?id=902561 ENV.append_to_cflags "-DUSE_INTERP_RESULT" system "./configure", "--disable-debug", "--disable-dependency-tracking", "--prefix=#{prefix}", |
