aboutsummaryrefslogtreecommitdiff
path: root/math/vtk8
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2018-12-02 15:41:47 +0000
committerRene Ladan <rene@FreeBSD.org>2018-12-02 15:41:47 +0000
commit99d6d12a388dab91f415ddebd52c6a57e3a6347a (patch)
treedecf1f7754d8060ee740cd0c0edc9a51c04a0ec1 /math/vtk8
parent577806de96b111cab272c48a686bcca681cc6d4d (diff)
Notes
Diffstat (limited to 'math/vtk8')
-rw-r--r--math/vtk8/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile
index 5ee5457b791b..5dfb62df0313 100644
--- a/math/vtk8/Makefile
+++ b/math/vtk8/Makefile
@@ -107,6 +107,11 @@ 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