aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/osm2pgsql.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/osm2pgsql.rb')
-rw-r--r--Library/Formula/osm2pgsql.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/osm2pgsql.rb b/Library/Formula/osm2pgsql.rb
index 717703a1f..b7124d8b0 100644
--- a/Library/Formula/osm2pgsql.rb
+++ b/Library/Formula/osm2pgsql.rb
@@ -20,8 +20,8 @@ class PostgresqlInstalled < Requirement
end
class Osm2pgsql < Formula
- head 'http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/', :using => :svn
homepage 'http://wiki.openstreetmap.org/wiki/Osm2pgsql'
+ head 'http://svn.openstreetmap.org/applications/utils/export/osm2pgsql/'
if MacOS.xcode_version >= "4.3"
depends_on "automake" => :build