mozjpeg: remove duped period from keg_only
This commit is contained in:
parent
6d233923a5
commit
bc91f02e0c
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Mozjpeg < Formula
|
|||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
keg_only "mozjpeg is not linked to prevent conflicts with the standard libjpeg."
|
||||
keg_only "mozjpeg is not linked to prevent conflicts with the standard libjpeg"
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "nasm" => :build
|
||||
|
|
Loading…
Reference in a new issue