Skip to content

Commit

Permalink
gnuplot: use spec deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Sep 22, 2013
1 parent 487ad2c commit a8d0afe
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Formula/gnuplot.rb
Expand Up @@ -12,7 +12,12 @@ class Gnuplot < Formula
url 'http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.3/gnuplot-4.6.3.tar.gz'
sha256 'df5ffafa25fb32b3ecc0206a520f6bca8680e6dcc961efd30df34c0a1b7ea7f5'

head 'cvs://:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot'
head do
url 'cvs://:pserver:anonymous@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot'

depends_on :automake
depends_on :libtool
end

option 'pdf', 'Build the PDF terminal using pdflib-lite'
option 'wx', 'Build the wxWidgets terminal using pango'
Expand All @@ -25,11 +30,6 @@ class Gnuplot < Formula
option 'without-emacs', 'Do not build Emacs lisp files'
option 'latex', 'Build with LaTeX support'

if build.head?
depends_on :automake
depends_on :libtool
end

depends_on 'pkg-config' => :build
depends_on LuaRequirement unless build.include? 'nolua'
depends_on 'readline'
Expand Down

0 comments on commit a8d0afe

Please sign in to comment.