gv: remove minimum X11 requirement. (#21285)
This will be a no-op as of https://github.com/Homebrew/brew/pull/3523.
This commit is contained in:
parent
22ac341f3d
commit
52b037aa6c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ class Gv < Formula
|
|||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "ghostscript" => "with-x11"
|
||||
depends_on :x11 => "2.7.2"
|
||||
depends_on :x11
|
||||
|
||||
skip_clean "share/gv/safe-gs-workdir"
|
||||
|
||||
|
|
Loading…
Reference in a new issue