aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/libhid.rb14
1 files changed, 7 insertions, 7 deletions
diff --git a/Library/Formula/libhid.rb b/Library/Formula/libhid.rb
index afd7b2253..22d1d29f4 100644
--- a/Library/Formula/libhid.rb
+++ b/Library/Formula/libhid.rb
@@ -1,15 +1,15 @@
-require 'formula'
+require "formula"
class Libhid < Formula
- homepage 'http://libhid.alioth.debian.org/'
- url 'ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/libhid-0.2.16.tar.gz'
- sha1 '9a25fef674e8f20f97fea6700eb91c21ebbbcc02'
+ homepage "http://libhid.alioth.debian.org/"
+ url "ftp://ftp.freebsd.org/pub/FreeBSD/ports/distfiles/libhid-0.2.16.tar.gz"
+ sha1 "9a25fef674e8f20f97fea6700eb91c21ebbbcc02"
- depends_on 'libusb'
- depends_on 'libusb-compat'
+ depends_on "libusb"
+ depends_on "libusb-compat"
# Fix compilation error on 10.9
- def patches; DATA; end
+ patch :DATA
def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",