diff options
author | antoine <antoine@FreeBSD.org> | 2016-07-02 18:29:15 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-07-02 18:29:15 +0800 |
commit | 4c89e591b82aff2726c238b0b46586ed460a44bb (patch) | |
tree | c69184ee1e9a261e8a0f74e224d67bdc23d30e32 /math | |
parent | 1d8ee0a7559080a8f931ece71795a2ae4cd92904 (diff) | |
download | freebsd-ports-gnome-4c89e591b82aff2726c238b0b46586ed460a44bb.tar.gz freebsd-ports-gnome-4c89e591b82aff2726c238b0b46586ed460a44bb.tar.zst freebsd-ports-gnome-4c89e591b82aff2726c238b0b46586ed460a44bb.zip |
Fix packaging when GL2PS is on
Reported by: pkg-fallout
MFH: 2016Q3
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/vtk5/Makefile b/math/vtk5/Makefile index 14d4aa4ed6de..32d2fd80fc22 100644 --- a/math/vtk5/Makefile +++ b/math/vtk5/Makefile @@ -64,7 +64,7 @@ SHARED_CMAKE_BOOL+= VTK_USE_SYSTEM_${lib} VTKMPEG2_CMAKE_BOOL= VTK_USE_PATENTED VTK_USE_MPEG2_ENCODER THEORA_CMAKE_BOOL= VTK_USE_OGGTHEORA_ENCODER -GL2PS_CMAKE_BOOL= GTK_USE_GL2PS +GL2PS_CMAKE_BOOL= VTK_USE_GL2PS OSMESA_CMAKE_BOOL= VTK_OPENGL_HAS_OSMESA OSMESA_CMAKE_BOOL_OFF= VTK_USE_X QT4_CMAKE_BOOL= VTK_USE_GUISUPPORT |