openhmd: missing conflicts_with added
Closes Homebrew/homebrew#44849. Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
parent
29ed080955
commit
2b09d5e2f5
1 changed files with 3 additions and 0 deletions
|
@ -18,6 +18,9 @@ class Openhmd < Formula
|
|||
depends_on "libtool" => :build
|
||||
end
|
||||
|
||||
conflicts_with "cspice", :because => "both install `simple` binaries"
|
||||
conflicts_with "libftdi0", :because => "both install `simple` binaries"
|
||||
|
||||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "hidapi"
|
||||
|
|
Loading…
Reference in a new issue