dgtal: fix option name

Closes Homebrew/homebrew#23067.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Fernando Ortiz 2013-10-05 15:02:51 -05:00 committed by Adam Vandenberg
parent 06b198e51d
commit 641168188f

View file

@ -7,7 +7,7 @@ class Dgtal < Formula
head 'https://github.com/DGtal-team/DGtal.git'
option 'with-qglview', "Enable QGLViewer vizualisation"
option 'with-qglviewer', "Enable QGLViewer vizualisation"
option 'with-magick', "Enable GraphicsMagick for 2d image readers"
depends_on 'cmake' => :build