From c62cc2fda8d55be3f78128e8f07b6dbbe5a8b6c9 Mon Sep 17 00:00:00 2001 From: yuri Date: Sun, 4 Nov 2018 08:21:21 +0000 Subject: math/vtk8: Enable MPI by default Reason: the upcoming port 'liggghts' expects MPI enabled in vtk. --- math/vtk8/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math') diff --git a/math/vtk8/Makefile b/math/vtk8/Makefile index 165cde8954ee..0c3a518be7ae 100644 --- a/math/vtk8/Makefile +++ b/math/vtk8/Makefile @@ -2,7 +2,7 @@ PORTNAME= vtk DISTVERSION= 8.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX= 8 @@ -40,7 +40,7 @@ DATADIR= ${PREFIX}/share/vtk-${VTK_SHORT_VER} # Options OPTIONS_DEFINE= DESIGNER DOCS OSMESA EXAMPLES -OPTIONS_DEFAULT= QT5 +OPTIONS_DEFAULT= MPI QT5 OSMESA_DESC= Use Mesa for off-screen rendering DESIGNER_DESC= Build the Qt Designer plugin OPTIONS_SUB= yes -- cgit