From 5a6940e2b86841d1fb0e6956bee995bcc77f73cb Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Fri, 15 Nov 2013 17:17:29 -0600 Subject: sispmctl: fix dependency --- Library/Formula/sispmctl.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Library') 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 -- cgit v1.2.3