sane-backends: fix system LibreSSL usage
This commit is contained in:
parent
7cd926d9e3
commit
b8f8eb98fa
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
class SaneBackends < Formula
|
||||
desc "Backends for scanner access"
|
||||
homepage "http://www.sane-project.org/"
|
||||
revision 1
|
||||
|
||||
head "https://anonscm.debian.org/cgit/sane/sane-backends.git"
|
||||
|
||||
stable do
|
||||
|
@ -28,6 +30,7 @@ class SaneBackends < Formula
|
|||
depends_on "libtiff"
|
||||
depends_on "libusb-compat"
|
||||
depends_on "openssl"
|
||||
depends_on "net-snmp"
|
||||
|
||||
def install
|
||||
ENV.universal_binary if build.universal?
|
||||
|
|
Loading…
Reference in a new issue