svn commit: r514377 - branches/2019Q4/science/erkale

Antoine Brodin antoine at FreeBSD.org
Sun Oct 13 09:03:20 UTC 2019


Author: antoine
Date: Sun Oct 13 09:03:19 2019
New Revision: 514377
URL: https://svnweb.freebsd.org/changeset/ports/514377

Log:
  MFH: r514376
  
  Fix LIB_DEPENDS

Modified:
  branches/2019Q4/science/erkale/Makefile
Directory Properties:
  branches/2019Q4/   (props changed)

Modified: branches/2019Q4/science/erkale/Makefile
==============================================================================
--- branches/2019Q4/science/erkale/Makefile	Sun Oct 13 08:59:41 2019	(r514376)
+++ branches/2019Q4/science/erkale/Makefile	Sun Oct 13 09:03:19 2019	(r514377)
@@ -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