diff options
Diffstat (limited to 'math/vtk/Makefile')
-rw-r--r-- | math/vtk/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/vtk/Makefile b/math/vtk/Makefile index 785e5a027e6c..38e43cb50836 100644 --- a/math/vtk/Makefile +++ b/math/vtk/Makefile @@ -15,7 +15,7 @@ PORTNAME= vtk PORTVERSION= 4.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= math graphics MASTER_SITES= http://ovt.irfu.se/vtk/files/ DISTFILES?= VTK-${PORTVERSION}-LatestRelease.tar.gz @@ -57,6 +57,7 @@ BUILD_DEPENDS+= ${VTKDATAROOT}/VTKData.readme:${PORTSDIR}/math/vtk-data USE_GMAKE= yes USE_GL= yes USE_LDCONFIG= yes +USE_XORG= xt CMAKE?= ${LOCALBASE}/bin/cmake CXXFLAGS+= -Wno-deprecated |