diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-06-06 06:44:37 +0000 |
commit | 9c2f65e3958e906d7f49ce94318d22defb3fffb2 (patch) | |
tree | bc087bd13fb3e313884021b8e0a5e2046e75d491 /math/vtk5 | |
parent | 7db146587f345a51482b4b1c314fe71cfeb37e6c (diff) |
Notes
Diffstat (limited to 'math/vtk5')
-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 \ |