gdal: add missing deprecation

This commit is contained in:
Dominyk Tiller 2015-07-06 15:47:34 +01:00
parent 599fe9dfc6
commit 1986d4634b

View file

@ -25,6 +25,7 @@ class Gdal < Formula
option "with-swig-java", "Build the swig java bindings"
deprecated_option "enable-opencl" => "with-opencl"
deprecated_option "enable-armadillo" => "with-armadillo"
deprecated_option "enable-unsupported" => "with-unsupported"
deprecated_option "enable-mdb" => "with-mdb"
deprecated_option "complete" => "with-complete"