aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-11-15 17:17:29 -0600
committerJack Nagel2013-11-15 17:17:29 -0600
commit5a6940e2b86841d1fb0e6956bee995bcc77f73cb (patch)
tree10d47131240d806afb2bd6e19a3e293d80c7e59b /Library/Formula
parent0821587ec329248ab701b34b3f12382312029053 (diff)
downloadhomebrew-5a6940e2b86841d1fb0e6956bee995bcc77f73cb.tar.bz2
sispmctl: fix dependency
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