diff options
Diffstat (limited to 'math/vtk6')
-rw-r--r-- | math/vtk6/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index 4b6360ae134f..0291da85e143 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -47,9 +47,11 @@ OPTIONS_SUB= yes #VTK_GROUPS= Imaging MPI Qt Rendering StandAlone Views VTK_GROUPS= MPI VTK_WRAPS= JAVA TCLTK PYTHON -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 |