From 24fed08e1d3e0ea149fad386bff2cc3bb3db3d38 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 7 May 2018 14:12:08 +0000 Subject: [PATCH] weechat: depend on asciidoctor at build time so that the man pages are installed. Closes #27564. Signed-off-by: ilovezfs --- Formula/weechat.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Formula/weechat.rb b/Formula/weechat.rb index 4723494ecb..0172935aa7 100644 --- a/Formula/weechat.rb +++ b/Formula/weechat.rb @@ -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