weechat: depend on asciidoctor at build time
so that the man pages are installed. Closes #27564. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
32fbbe3a87
commit
24fed08e1d
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ class Weechat < Formula
|
|||
|
||||
deprecated_option "with-python" => "with-python@2"
|
||||
|
||||
depends_on "asciidoctor" => :build
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "gnutls"
|
||||
|
@ -33,6 +34,7 @@ class Weechat < Formula
|
|||
|
||||
def install
|
||||
args = std_cmake_args + %W[
|
||||
-DENABLE_MAN=ON
|
||||
-DENABLE_GUILE=OFF
|
||||
-DCA_FILE=#{etc}/openssl/cert.pem
|
||||
-DENABLE_JAVASCRIPT=OFF
|
||||
|
|
Loading…
Reference in a new issue