Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2017 15:56:07 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r454967 - head/math/ambit
Message-ID:  <201711271556.vARFu7pQ020268@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201711271556.vARFu7pQ020268>