aboutsummaryrefslogtreecommitdiff
path: root/math/vtk8
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-24 15:27:19 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-24 15:27:19 +0000
commit11beae4902a39f0487981691d2771dfa5678fc3a (patch)
tree8e3a2fa4a534443fbb38aec539984125ed23f89a /math/vtk8
parent185f62cd4141894d7a77256527303c6a30c72c5a (diff)
downloadports-11beae4902a39f0487981691d2771dfa5678fc3a.tar.gz
ports-11beae4902a39f0487981691d2771dfa5678fc3a.zip
math/vtk*: Canonicalize option names
/!\ vtk6-6.2.0_9: Makefile warnings, please consider fixing /!\ These options name have characters outside of [-_A-Z0-9]: Groups Wrapping
Notes
Notes: svn path=/head/; revision=518331
Diffstat (limited to 'math/vtk8')
-rw-r--r--math/vtk8/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile
index 22d150a5db11..29f2863f7338 100644
--- a/math/vtk8/Makefile
+++ b/math/vtk8/Makefile
@@ -49,9 +49,11 @@ OPTIONS_SUB= yes
#VTK_GROUPS= Imaging MPI Qt Rendering StandAlone Views
VTK_GROUPS= MPI
VTK_WRAPS= JAVA TCLTK
-OPTIONS_GROUP= Groups Wrapping
-OPTIONS_GROUP_Groups=${VTK_GROUPS}
-OPTIONS_GROUP_Wrapping=${VTK_WRAPS}
+OPTIONS_GROUP= GROUPS WRAPPING
+OPTIONS_GROUP_GROUPS=${VTK_GROUPS}
+OPTIONS_GROUP_WRAPPING=${VTK_WRAPS}
+GROUPS_DESC= Groups
+WRAPPING_DESC= Wrapping
.for g in ${VTK_GROUPS}
$g_DESC= Build the $g group
.endfor