aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/sispmctl.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/Library/Formula/sispmctl.rb b/Library/Formula/sispmctl.rb
index 02cf87a47..4383c2bc3 100644
--- a/Library/Formula/sispmctl.rb
+++ b/Library/Formula/sispmctl.rb
@@ -5,12 +5,11 @@ class Sispmctl < Formula
url 'http://downloads.sourceforge.net/project/sispmctl/sispmctl/sispmctl-3.1/sispmctl-3.1.tar.gz'
sha1 'f89d2820ca48794b80df81309910299dbc1278e1'
- depends_on 'libusb'
+ depends_on 'libusb-compat'
def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
-
system "make install"
end
end