mapserver: fix audit

mapserver:
  * `env :userpaths` in formulae is deprecated
This commit is contained in:
Miguel Araújo 2017-02-12 08:09:12 -03:00 committed by Mike McQuaid
parent 32a4557ee7
commit 5056d81a4b

View file

@ -17,8 +17,6 @@ class Mapserver < Formula
option "with-php", "Build PHP MapScript module"
option "with-postgresql", "Build support for PostgreSQL as a data source"
env :userpaths
depends_on "pkg-config" => :build
depends_on "cmake" => :build
depends_on "swig" => :build