aboutsummaryrefslogtreecommitdiff
path: root/science/erkale
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-02-16 13:19:29 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-02-16 13:19:29 +0000
commit0605a3fd698d8e64c3ec3cb469fab0e347d8f065 (patch)
tree0ec3bbb81537422960eb1eca3461bc5cda17fab3 /science/erkale
parentd7ca0da459fbf99026c213ad36202147297982c8 (diff)
downloadports-0605a3fd698d8e64c3ec3cb469fab0e347d8f065.tar.gz
ports-0605a3fd698d8e64c3ec3cb469fab0e347d8f065.zip
Remove bogus dependency, erkale links against libomp from llvm
Notes
Notes: svn path=/head/; revision=493043
Diffstat (limited to 'science/erkale')
-rw-r--r--science/erkale/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/science/erkale/Makefile b/science/erkale/Makefile
index 222ee371a198..724b65f90de9 100644
--- a/science/erkale/Makefile
+++ b/science/erkale/Makefile
@@ -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