svn commit: r515083 - head/devel/flang-clang

Antoine Brodin antoine at FreeBSD.org
Mon Oct 21 05:40:44 UTC 2019


Author: antoine
Date: Mon Oct 21 05:40:43 2019
New Revision: 515083
URL: https://svnweb.freebsd.org/changeset/ports/515083

Log:
  Remove bogus USES=compiler:c++11-lib

Modified:
  head/devel/flang-clang/Makefile

Modified: head/devel/flang-clang/Makefile
==============================================================================
--- head/devel/flang-clang/Makefile	Mon Oct 21 05:26:26 2019	(r515082)
+++ head/devel/flang-clang/Makefile	Mon Oct 21 05:40:43 2019	(r515083)
@@ -19,7 +19,7 @@ LLVM_VER=	70
 BUILD_DEPENDS=	llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER}
 RUN_DEPENDS=	llvm${LLVM_VER}>=0:devel/llvm${LLVM_VER}
 
-USES=		cmake compiler:c++11-lib libedit tar:xz perl5 \
+USES=		cmake libedit tar:xz perl5 \
 		python shebangfix
 USE_LDCONFIG=	${PREFIX}/flang/lib
 USE_GNOME=	libxml2


More information about the svn-ports-head mailing list