svn commit: r494379 - head/math/mkl-dnn

Antoine Brodin antoine at FreeBSD.org
Sat Mar 2 10:19:10 UTC 2019


Author: antoine
Date: Sat Mar  2 10:19:09 2019
New Revision: 494379
URL: https://svnweb.freebsd.org/changeset/ports/494379

Log:
  Remove useless USES=compiler when setting compiler manually

Modified:
  head/math/mkl-dnn/Makefile

Modified: head/math/mkl-dnn/Makefile
==============================================================================
--- head/math/mkl-dnn/Makefile	Sat Mar  2 09:00:53 2019	(r494378)
+++ head/math/mkl-dnn/Makefile	Sat Mar  2 10:19:09 2019	(r494379)
@@ -15,7 +15,7 @@ BROKEN_i386=	error: shift count >= width of type (and 
 
 TEST_DEPENDS=	bash:shells/bash
 
-USES=		cmake compiler:c++11-lang
+USES=		cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	intel
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list