aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/rrdtool.rb
diff options
context:
space:
mode:
authorDominyk Tiller2014-09-15 15:38:39 +0100
committerMike McQuaid2014-09-16 14:08:14 +0100
commit1fed4927d2fdcee279d8d2c4abb98146b9ada3c7 (patch)
treee40c306b659886e78fe49712db223893cbb65f70 /Library/Formula/rrdtool.rb
parent466e83f7c5c919a91b5ec3bd3e47b1af585f1e86 (diff)
downloadhomebrew-1fed4927d2fdcee279d8d2c4abb98146b9ada3c7.tar.bz2
lua: upgrade to 5.2.
Merges Lua52 into the Master branch as the new ‘Lua’ whilst transitioning the old Lua formula to ‘Lua51’, running the two side-by-side in a non-conflicting way.
Diffstat (limited to 'Library/Formula/rrdtool.rb')
-rw-r--r--Library/Formula/rrdtool.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/rrdtool.rb b/Library/Formula/rrdtool.rb
index fd38977d3..be317db25 100644
--- a/Library/Formula/rrdtool.rb
+++ b/Library/Formula/rrdtool.rb
@@ -4,6 +4,7 @@ class Rrdtool < Formula
homepage 'http://oss.oetiker.ch/rrdtool/index.en.html'
url 'http://oss.oetiker.ch/rrdtool/pub/rrdtool-1.4.8.tar.gz'
sha1 '56d68857f39e70bfa32360947614d8220702ed02'
+ revision 1
depends_on 'pkg-config' => :build
depends_on 'glib'