aboutsummaryrefslogtreecommitdiff
path: root/math/vtk6
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/vtk6
parent185f62cd4141894d7a77256527303c6a30c72c5a (diff)
downloadports-11beae4902a39f0487981691d2771dfa5678fc3a.tar.gz
ports-11beae4902a39f0487981691d2771dfa5678fc3a.zip
Notes
Diffstat (limited to 'math/vtk6')
-rw-r--r--math/vtk6/Makefile8
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