ccache: rework forumula to build without build options (#19468)
This commit is contained in:
parent
86cefd7951
commit
85a7f88bb6
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ class Ccache < Formula
|
|||
depends_on "autoconf" => :build
|
||||
depends_on "automake" => :build
|
||||
depends_on "libtool" => :build
|
||||
depends_on "asciidoc" => ["with-docbook-xsl", :build]
|
||||
depends_on "asciidoc" => :build
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue