aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/gnuplot.rb
diff options
context:
space:
mode:
authorJack Nagel2014-12-22 00:43:02 -0500
committerJack Nagel2014-12-22 00:52:10 -0500
commite68804f87a999aef62bd5ef929a9a21db2f8e6a9 (patch)
tree28919698e420bcff953a239bb3fd8cf1d3fbbcf7 /Library/Formula/gnuplot.rb
parent6378c2c1ccd9cf27b6fc546976a62e4d6d391211 (diff)
downloadhomebrew-e68804f87a999aef62bd5ef929a9a21db2f8e6a9.tar.bz2
Deprecate appending the CVS module name to the URL string
Diffstat (limited to 'Library/Formula/gnuplot.rb')
-rw-r--r--Library/Formula/gnuplot.rb4
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Formula/gnuplot.rb b/Library/Formula/gnuplot.rb
index 578cb20eb..2cc500e89 100644
--- a/Library/Formula/gnuplot.rb
+++ b/Library/Formula/gnuplot.rb
@@ -1,5 +1,3 @@
-require 'formula'
-
class LuaRequirement < Requirement
fatal true
default_formula 'lua'
@@ -19,7 +17,7 @@ class Gnuplot < Formula
end
head do
- url ':pserver:anonymous:@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot:gnuplot', :using => :cvs
+ url ":pserver:anonymous:@gnuplot.cvs.sourceforge.net:/cvsroot/gnuplot", :using => :cvs
depends_on "autoconf" => :build
depends_on "automake" => :build