gnupg@1.4: remove options
This commit is contained in:
parent
04ce80b163
commit
ef1a36ece4
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue