diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk8/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile index 5dfb62df0313..5ee5457b791b 100644 --- a/math/vtk8/Makefile +++ b/math/vtk8/Makefile @@ -107,11 +107,6 @@ post-patch: .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MQT4} -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 -.endif - .for g in ${VTK_GROUPS} . if ${PORT_OPTIONS:M${g}} CMAKE_ARGS+= -DVTK_Group_${g}:BOOL=ON |