diff options
Diffstat (limited to 'math/vtk5/Makefile')
-rw-r--r-- | math/vtk5/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index ebc647e759d2..6cc8250c3337 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -118,8 +118,7 @@ PLIST_SUB+= X11="" .endif .if defined(WITH_QT) -USE_QT_VER= 4 -QT_COMPONENTS= corelib assistant assistantclient designer \ +USE_QT4= corelib assistant assistantclient designer \ gui opengl qtestlib sql dbus \ qmake_build uic_build moc_build rcc_build CMAKE_ARGS+= -DVTK_USE_GUISUPPORT:BOOL=ON \ |