svn commit: r493043 - head/science/erkale

Antoine Brodin antoine at FreeBSD.org
Sat Feb 16 13:19:30 UTC 2019


Author: antoine
Date: Sat Feb 16 13:19:29 2019
New Revision: 493043
URL: https://svnweb.freebsd.org/changeset/ports/493043

Log:
  Remove bogus dependency, erkale links against libomp from llvm

Modified:
  head/science/erkale/Makefile

Modified: head/science/erkale/Makefile
==============================================================================
--- head/science/erkale/Makefile	Sat Feb 16 13:18:10 2019	(r493042)
+++ head/science/erkale/Makefile	Sat Feb 16 13:19:29 2019	(r493043)
@@ -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
 


More information about the svn-ports-all mailing list