From ef1a36ece471bb15e823606215476fb6ce00bfc1 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Sat, 15 Dec 2018 08:40:22 +0100 Subject: [PATCH] gnupg@1.4: remove options --- Formula/gnupg@1.4.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Formula/gnupg@1.4.rb b/Formula/gnupg@1.4.rb index 5ad491f75e..9ee9893e24 100644 --- a/Formula/gnupg@1.4.rb +++ b/Formula/gnupg@1.4.rb @@ -14,7 +14,6 @@ class GnupgAT14 < Formula end depends_on "curl" if MacOS.version <= :mavericks - depends_on "libusb-compat" => :optional def install args = %W[ @@ -23,8 +22,8 @@ class GnupgAT14 < Formula --prefix=#{prefix} --disable-asm --program-suffix=1 + --with-libusb=no ] - args << "--with-libusb=no" if build.without? "libusb-compat" system "./configure", *args system "make"