parent
90afcc3355
commit
b73bef192a
1 changed files with 1 additions and 2 deletions
|
@ -21,7 +21,6 @@ class Ghostscript < Formula
|
||||||
|
|
||||||
depends_on "pkg-config" => :build
|
depends_on "pkg-config" => :build
|
||||||
depends_on "libtiff"
|
depends_on "libtiff"
|
||||||
depends_on :x11 => :optional
|
|
||||||
|
|
||||||
# https://sourceforge.net/projects/gs-fonts/
|
# https://sourceforge.net/projects/gs-fonts/
|
||||||
resource "fonts" do
|
resource "fonts" do
|
||||||
|
@ -40,8 +39,8 @@ class Ghostscript < Formula
|
||||||
--disable-fontconfig
|
--disable-fontconfig
|
||||||
--without-libidn
|
--without-libidn
|
||||||
--with-system-libtiff
|
--with-system-libtiff
|
||||||
|
--without-x
|
||||||
]
|
]
|
||||||
args << "--without-x" if build.without? "x11"
|
|
||||||
|
|
||||||
if build.head?
|
if build.head?
|
||||||
system "./autogen.sh", *args
|
system "./autogen.sh", *args
|
||||||
|
|
Loading…
Reference in a new issue