diff options
| author | Mike McQuaid | 2015-02-02 11:20:12 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2015-02-02 11:20:12 +0000 | 
| commit | 04666c997a691c7cc2bbca9c799f428bb0b663ee (patch) | |
| tree | 839383556a71008d5bab33e95d3c35eddd0a5d6e | |
| parent | c3ac19e4f190ad1104004617ade65d35068b6310 (diff) | |
| download | homebrew-04666c997a691c7cc2bbca9c799f428bb0b663ee.tar.bz2 | |
osm2pgsql: boost isn't a build-time dependency.
| -rw-r--r-- | Library/Formula/osm2pgsql.rb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Library/Formula/osm2pgsql.rb b/Library/Formula/osm2pgsql.rb index 8e51fb00d..487413782 100644 --- a/Library/Formula/osm2pgsql.rb +++ b/Library/Formula/osm2pgsql.rb @@ -13,7 +13,7 @@ class Osm2pgsql < Formula    depends_on "autoconf" => :build    depends_on "automake" => :build    depends_on "libtool" => :build -  depends_on "boost" => :build +  depends_on "boost"    depends_on "geos"    depends_on "proj"    depends_on "protobuf-c" => :optional | 
