aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/postgis.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-05-10 07:10:12 -0700
committerAdam Vandenberg2012-05-10 07:10:12 -0700
commitd4185d557b549bdf5c25e9a2a665fcc2eb3f2543 (patch)
tree5fd7b90d1a92527014bebb2ad5ecf2ee2c3eaddc /Library/Formula/postgis.rb
parentc3eebfc7d29ba8d7ff1d1d1a677fdc2d6183c3ab (diff)
downloadhomebrew-d4185d557b549bdf5c25e9a2a665fcc2eb3f2543.tar.bz2
Remove redundant :using => :svn
Diffstat (limited to 'Library/Formula/postgis.rb')
-rw-r--r--Library/Formula/postgis.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/postgis.rb b/Library/Formula/postgis.rb
index 1f93011bf..ef2cce164 100644
--- a/Library/Formula/postgis.rb
+++ b/Library/Formula/postgis.rb
@@ -9,7 +9,7 @@ class Postgis < Formula
url 'http://postgis.org/download/postgis-2.0.0.tar.gz'
md5 '639d2b5d6a7dc94ea2e60d6942a615bc'
- head 'http://svn.osgeo.org/postgis/trunk/', :using => :svn
+ head 'http://svn.osgeo.org/postgis/trunk/'
depends_on 'postgresql'
depends_on 'proj'