urweb: remove options
Closes #32070. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
9e28eaa7c2
commit
f40d6db427
1 changed files with 1 additions and 3 deletions
|
@ -16,10 +16,8 @@ class Urweb < Formula
|
|||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "mlton" => :build
|
||||
depends_on "openssl"
|
||||
depends_on "gmp"
|
||||
depends_on "postgresql" => :optional
|
||||
depends_on "mysql" => :optional
|
||||
depends_on "openssl"
|
||||
|
||||
def install
|
||||
args = %W[
|
||||
|
|
Loading…
Reference in a new issue