diff options
| author | Adam Vandenberg | 2012-09-03 20:25:23 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-03 20:25:23 -0700 |
| commit | 693acd29cca7f3a753e1991f2483206aa63d2f71 (patch) | |
| tree | 659ee57ee53a251263364d4f6f61b41c9abac301 /Library/Formula | |
| parent | 61e81c40c0ad5232058a1800bd648e35246b42ed (diff) | |
| download | homebrew-693acd29cca7f3a753e1991f2483206aa63d2f71.tar.bz2 | |
fix syntax error
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/mesalib-glw.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/mesalib-glw.rb b/Library/Formula/mesalib-glw.rb index 56cecf2e4..5df400b46 100644 --- a/Library/Formula/mesalib-glw.rb +++ b/Library/Formula/mesalib-glw.rb @@ -7,7 +7,7 @@ class MesalibGlw < Formula depends_on :x11 - option 'enable-static', "Build static library"] + option 'enable-static', "Build static library" def install args = ["--disable-debug", "--disable-dependency-tracking", |
