aboutsummaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2019-09-26 20:19:25 +0000
committerThierry Thomas <thierry@FreeBSD.org>2019-09-26 20:19:25 +0000
commitedb8eb45fdf1b15cfc54ce517856bb04ea306f12 (patch)
tree35110c5e6273b5c2af2d5ebacac6970297b3421b /math
parentc405f6054aafb0db840e85cbfa90d53989069582 (diff)
downloadports-edb8eb45fdf1b15cfc54ce517856bb04ea306f12.tar.gz
ports-edb8eb45fdf1b15cfc54ce517856bb04ea306f12.zip
Revert to r512240.
Reported by: jbeich
Notes
Notes: svn path=/head/; revision=512983
Diffstat (limited to 'math')
-rw-r--r--math/suitesparse/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/math/suitesparse/Makefile b/math/suitesparse/Makefile
index 2ace34a43c0f..b8f847368c25 100644
--- a/math/suitesparse/Makefile
+++ b/math/suitesparse/Makefile
@@ -16,10 +16,9 @@ LICENSE= GPLv2 LGPL21
LICENSE_COMB= dual
LIB_DEPENDS= libmetis.so:math/metis \
- libomp.so:devel/openmp \
liblapack.so:math/lapack
-USES= cmake:insource compiler:c++0x fortran gmake
+USES= cmake:insource compiler:openmp fortran gmake
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/SuiteSparse