diff options
| -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 726ccd207..d1fae8fa7 100644 --- a/Library/Formula/gnuplot.rb +++ b/Library/Formula/gnuplot.rb @@ -21,9 +21,9 @@ class Gnuplot < Formula head do url 'cvs://:pserver:anonymous:@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot' - depends_on :autoconf - depends_on :automake - depends_on :libtool + depends_on "autoconf" => :build + depends_on "automake" => :build + depends_on "libtool" => :build end option 'pdf', 'Build the PDF terminal using pdflib-lite' |
