aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gettext.rb
diff options
context:
space:
mode:
authorMike McQuaid2012-02-27 09:49:20 +0000
committerMike McQuaid2012-02-27 09:49:20 +0000
commit1e1fe97827fe45ce29b76003ce250436beff95ae (patch)
tree4e778d11ecd8dad564d3d71ae40187006ace5e6e /Library/Formula/gettext.rb
parentd86077d11ae85a20b44b7adde9da3018ced9ce41 (diff)
downloadhomebrew-1e1fe97827fe45ce29b76003ce250436beff95ae.tar.bz2
Add gettext bottle.
Diffstat (limited to 'Library/Formula/gettext.rb')
-rw-r--r--Library/Formula/gettext.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/Library/Formula/gettext.rb b/Library/Formula/gettext.rb
index 41548a14f..c12b12fed 100644
--- a/Library/Formula/gettext.rb
+++ b/Library/Formula/gettext.rb
@@ -8,6 +8,11 @@ class Gettext < Formula
keg_only "OS X provides the BSD gettext library and some software gets confused if both are in the library path."
+ bottle do
+ url 'https://downloads.sf.net/project/machomebrew/Bottles/gettext-0.18.1.1-bottle.tar.gz'
+ sha1 'c75fdb192f1b49c9e7e2039c66e24f60f26bc027'
+ end
+
def options
[
['--with-examples', 'Keep example files.'],