diff options
| author | Adam Vandenberg | 2012-03-11 13:47:40 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-11 13:47:40 -0700 |
| commit | ddc2650183406d868336cc32d456a8a5ce06514d (patch) | |
| tree | cfa3e101793909eb31b6857c0eed0ad41c6ca242 /Library | |
| parent | fd1fd0f7045bbab810c09a782bd086868a8c4152 (diff) | |
| download | homebrew-ddc2650183406d868336cc32d456a8a5ce06514d.tar.bz2 | |
mjpegtools: style nits
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/mjpegtools.rb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Library/Formula/mjpegtools.rb b/Library/Formula/mjpegtools.rb index 22d4dfcaa..7b35ee072 100644 --- a/Library/Formula/mjpegtools.rb +++ b/Library/Formula/mjpegtools.rb @@ -1,8 +1,8 @@ require 'formula' class Mjpegtools < Formula - url 'http://downloads.sourceforge.net/project/mjpeg/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz' homepage 'http://mjpeg.sourceforge.net/' + url 'http://downloads.sourceforge.net/project/mjpeg/mjpegtools/2.0.0/mjpegtools-2.0.0.tar.gz' md5 '903e1e3b967eebcc5fe5626d7517dc46' depends_on 'pkg-config' => :build @@ -12,14 +12,11 @@ class Mjpegtools < Formula depends_on 'gtk+' => :optional depends_on 'sdl_gfx' => :optional - # mjpegtools's binaries will fail with missing symbol errors - # when stripped + # binaries will fail with missing symbol errors when stripped skip_clean ['bin'] def options - [ - ["--without-x", "Build without X support"] - ] + [["--without-x", "Build without X support"]] end def install |
