aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pkg-config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/pkg-config.rb')
-rw-r--r--Library/Formula/pkg-config.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/pkg-config.rb b/Library/Formula/pkg-config.rb
index a6fcca03f..812ef9459 100644
--- a/Library/Formula/pkg-config.rb
+++ b/Library/Formula/pkg-config.rb
@@ -1,6 +1,6 @@
require 'formula'
-class PkgConfig <Formula
+class PkgConfig < Formula
homepage 'http://pkg-config.freedesktop.org'
url 'http://pkg-config.freedesktop.org/releases/pkg-config-0.25.tar.gz'
md5 'a3270bab3f4b69b7dc6dbdacbcae9745'
@@ -17,4 +17,4 @@ class PkgConfig <Formula
"--with-pc-path=#{paths*':'}"
system "make install"
end
-end \ No newline at end of file
+end