aboutsummaryrefslogtreecommitdiff
path: root/math/suitesparse
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2019-09-20 07:18:17 +0000
committerThierry Thomas <thierry@FreeBSD.org>2019-09-20 07:18:17 +0000
commit421cc3859fc840d1725eb4b8b20289b3ec5ac809 (patch)
tree8d9bbc2af6ccc6bba246c1f198f966e2ce4ab730 /math/suitesparse
parent92a1cc2499b1b181af4a050c6783afcaefce5090 (diff)
downloadports-421cc3859fc840d1725eb4b8b20289b3ec5ac809.tar.gz
ports-421cc3859fc840d1725eb4b8b20289b3ec5ac809.zip
Fix on -CURRENT.
PR: 240672 Reported by: ohartmann (at) walstatt.org
Notes
Notes: svn path=/head/; revision=512392
Diffstat (limited to 'math/suitesparse')
-rw-r--r--math/suitesparse/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 29ce0814eed2..15c41de55eef 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -17,7 +17,7 @@ LICENSE_COMB= dual
LIB_DEPENDS= libmetis.so:math/metis \
liblapack.so:math/lapack
-USES= cmake:insource compiler:openmp fortran gmake
+USES= cmake:insource compiler:c++0x fortran gmake
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/SuiteSparse