From c3fd5e5083992018d0d5a564d0b89cdeac3b8f3d Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Fri, 4 Jan 2019 11:19:48 +0100 Subject: [PATCH] ekg2: remove options --- Formula/ekg2.rb | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Formula/ekg2.rb b/Formula/ekg2.rb index 022ea5de8b..a483fb8254 100644 --- a/Formula/ekg2.rb +++ b/Formula/ekg2.rb @@ -17,7 +17,6 @@ class Ekg2 < Formula depends_on "pkg-config" => :build depends_on "openssl" depends_on "readline" - depends_on "libgadu" => :optional # Fix the build on OS X 10.9+ # http://bugs.ekg2.org/issues/152 @@ -30,15 +29,14 @@ class Ekg2 < Formula --disable-debug --disable-dependency-tracking --prefix=#{prefix} - --without-python - --without-perl + --enable-unicode --with-readline=#{readline} --without-gtk - --enable-unicode + --without-libgadu + --without-perl + --without-python ] - args << (build.with?("libgadu") ? "--with-libgadu" : "--without-libgadu") - system "./configure", *args system "make", "install" end