diff options
| author | Adam Vandenberg | 2014-05-19 11:26:08 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2014-05-20 07:53:30 -0700 |
| commit | 7ad1337bf4e2cedf6b9b5f3d81a87bdd2c075036 (patch) | |
| tree | b3b360fe623715441d48cc8fe70acf259a1672aa /Library/Formula/intltool.rb | |
| parent | 24af7fe49219fd0b5935fad219ce4e1d0821ea7c (diff) | |
| download | homebrew-7ad1337bf4e2cedf6b9b5f3d81a87bdd2c075036.tar.bz2 | |
intltool: remove perl dep that is system provided
Diffstat (limited to 'Library/Formula/intltool.rb')
| -rw-r--r-- | Library/Formula/intltool.rb | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/Library/Formula/intltool.rb b/Library/Formula/intltool.rb index c276a8693..40d8fea62 100644 --- a/Library/Formula/intltool.rb +++ b/Library/Formula/intltool.rb @@ -1,9 +1,9 @@ -require 'formula' +require "formula" class Intltool < Formula - homepage 'http://www.freedesktop.org/wiki/Software/intltool' - url 'http://launchpad.net/intltool/trunk/0.50.2/+download/intltool-0.50.2.tar.gz' - sha1 '7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad' + homepage "http://www.freedesktop.org/wiki/Software/intltool" + url "http://launchpad.net/intltool/trunk/0.50.2/+download/intltool-0.50.2.tar.gz" + sha1 "7fddbd8e1bf94adbf1bc947cbf3b8ddc2453f8ad" bottle do sha1 "36c951e99ec642add05e84acef83cf8c2bdb4b91" => :mavericks @@ -11,12 +11,6 @@ class Intltool < Formula sha1 "b2736b5eb60c9d346ef6f041f3fd66b220daca29" => :lion end - # Even though this module is supposed to be there on Snow Leopard, - # I've run into a situation where it isn't, and we have gotten other - # reports of it happening. So, adding it here just to be safe. - # @adamv - depends_on 'XML::Parser' => :perl - def install system "./configure", "--prefix=#{prefix}" system "make install" |
