diff options
| author | Adam Vandenberg | 2012-03-11 12:58:21 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2012-03-11 12:58:21 -0700 |
| commit | 2e1a555a0d8c9222d8060965daaaa8654541e730 (patch) | |
| tree | 1150ff9d0325af1842548c99a9cbde60df05bf1a /Library/Formula/gnuplot.rb | |
| parent | 02759132fe09a8913246e00f86e786bc5b7fbe13 (diff) | |
| download | homebrew-2e1a555a0d8c9222d8060965daaaa8654541e730.tar.bz2 | |
gnuplot: style nits
Diffstat (limited to 'Library/Formula/gnuplot.rb')
| -rw-r--r-- | Library/Formula/gnuplot.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb index 193e94fce..737fd79cc 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -1,14 +1,14 @@ require 'formula' class Gnuplot < Formula - url 'http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.4.4/gnuplot-4.4.4.tar.gz' homepage 'http://www.gnuplot.info' + url 'http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.4.4/gnuplot-4.4.4.tar.gz' md5 '97a43328e81e57ebed7f135ca0c07e82' head 'cvs://:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot', :using => :cvs depends_on 'pkg-config' => :build depends_on 'readline' - depends_on 'pango' # cairo support + depends_on 'pango' depends_on 'pdflib-lite' if ARGV.include? "--pdf" depends_on 'lua' unless ARGV.include? '--nolua' depends_on 'gd' unless ARGV.include? "--nogd" @@ -56,6 +56,6 @@ class Gnuplot < Formula end def test - system "gnuplot --version" + system "#{bin}/gnuplot --version" end end |
