svn commit: r461461 - head/lang/ldc

Antoine Brodin antoine at FreeBSD.org
Sun Feb 11 07:44:22 UTC 2018


Author: antoine
Date: Sun Feb 11 07:44:21 2018
New Revision: 461461
URL: https://svnweb.freebsd.org/changeset/ports/461461

Log:
  Depend on llvm40 package instead of clang40 binary

Modified:
  head/lang/ldc/Makefile

Modified: head/lang/ldc/Makefile
==============================================================================
--- head/lang/ldc/Makefile	Sun Feb 11 07:15:05 2018	(r461460)
+++ head/lang/ldc/Makefile	Sun Feb 11 07:44:21 2018	(r461461)
@@ -14,8 +14,8 @@ COMMENT=	The LLVM-based D compiler
 
 LICENSE=	BSD3CLAUSE
 
-BUILD_DEPENDS=	clang40:devel/llvm40
-RUN_DEPENDS=	clang40:devel/llvm40
+BUILD_DEPENDS=	llvm40>0:devel/llvm40
+RUN_DEPENDS=	llvm40>0:devel/llvm40
 LIB_DEPENDS=	libconfig.so:devel/libconfig
 
 BROKEN_aarch64=		fails to compile: Error: undefined identifier _jmp_buf, did you mean alias jmp_buf?


More information about the svn-ports-head mailing list