aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorFernando Ortiz2013-10-05 15:02:51 -0500
committerAdam Vandenberg2013-10-05 13:49:44 -0700
commite18e385372d12bbd7823c0ea4f09c80f03503dbb (patch)
tree5501eba321fd8bbd9b3f9c070d4d57e2e919e735 /Library/Formula
parentd10ebcc5595ae187e6453a53e7fcc24eb5a60af8 (diff)
downloadhomebrew-e18e385372d12bbd7823c0ea4f09c80f03503dbb.tar.bz2
dgtal: fix option name
Closes #23067. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/dgtal.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/dgtal.rb b/Library/Formula/dgtal.rb
index f333705d5..83ffba1e1 100644
--- a/Library/Formula/dgtal.rb
+++ b/Library/Formula/dgtal.rb
@@ -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