svn commit: r454967 - head/math/ambit

Antoine Brodin antoine at FreeBSD.org
Mon Nov 27 15:56:08 UTC 2017


Author: antoine
Date: Mon Nov 27 15:56:06 2017
New Revision: 454967
URL: https://svnweb.freebsd.org/changeset/ports/454967

Log:
  Fix depends, clang38 is provided by devel/llvm38

Modified:
  head/math/ambit/Makefile

Modified: head/math/ambit/Makefile
==============================================================================
--- head/math/ambit/Makefile	Mon Nov 27 15:28:45 2017	(r454966)
+++ head/math/ambit/Makefile	Mon Nov 27 15:56:06 2017	(r454967)
@@ -30,8 +30,8 @@ CMAKE_ARGS+=	-DENABLE_TESTS:BOOL=OFF # https://github.
 
 .if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
 # It requires clang version >3.6
-BUILD_DEPENDS+=	clang38:lang/clang38
-RUN_DEPENDS+=	clang38:lang/clang38
+BUILD_DEPENDS+=	clang38:devel/llvm38
+RUN_DEPENDS+=	clang38:devel/llvm38
 CC=		clang38
 CXX=		clang++38
 .endif


More information about the svn-ports-all mailing list