svn commit: r514376 - head/science/erkale
Antoine Brodin
antoine at FreeBSD.org
Sun Oct 13 08:59:42 UTC 2019
Author: antoine
Date: Sun Oct 13 08:59:41 2019
New Revision: 514376
URL: https://svnweb.freebsd.org/changeset/ports/514376
Log:
Fix LIB_DEPENDS
Modified:
head/science/erkale/Makefile
Modified: head/science/erkale/Makefile
==============================================================================
--- head/science/erkale/Makefile Sun Oct 13 08:47:53 2019 (r514375)
+++ head/science/erkale/Makefile Sun Oct 13 08:59:41 2019 (r514376)
@@ -46,7 +46,7 @@ CMAKE_OFF= USE_OPENMP
.else # parallel
CMAKE_ON+= USE_OPENMP
SUFFIX= _omp
-LIB_DEPENDS+= libomp.so:devel/openmp
+LIB_DEPENDS+= libomp.so:devel/llvm${LLVM_DEFAULT}
.endif
OPTIONS_SINGLE= LINALG
More information about the svn-ports-all
mailing list