Update Formula: slrn
Add missing comma to changes introduced in 7da3db9d18b1d54a92165f060dd828a1d54e5afb Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
b2bb3bc197
commit
90fee2599e
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Slrn <Formula
|
|||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}",
|
||||
"--with-ssl",
|
||||
"--with-slrnpull=#{slrnpullcache}"
|
||||
"--with-slrnpull=#{slrnpullcache}",
|
||||
"--with-slang=#{HOMEBREW_PREFIX}"
|
||||
system "make all slrnpull"
|
||||
bin.mkpath
|
||||
|
|
Loading…
Reference in a new issue