1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

Remove bogus dependency, erkale links against libomp from llvm

This commit is contained in:
Antoine Brodin 2019-02-16 13:19:29 +00:00
parent d7ca0da459
commit 0605a3fd69
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493043

View File

@ -42,7 +42,6 @@ PLIST_SUB= SUFFIX="${SUFFIX}"
CMAKE_OFF= USE_OPENMP
.else # parallel
CMAKE_ON+= USE_OPENMP
LIB_DEPENDS+= libomp.so:devel/openmp
SUFFIX= _omp
.endif