svn commit: r511550 - head/devel/oclgrind

Antoine Brodin antoine at FreeBSD.org
Sun Sep 8 06:26:19 UTC 2019


Author: antoine
Date: Sun Sep  8 06:26:19 2019
New Revision: 511550
URL: https://svnweb.freebsd.org/changeset/ports/511550

Log:
  Remove unneeded USES=compiler

Modified:
  head/devel/oclgrind/Makefile

Modified: head/devel/oclgrind/Makefile
==============================================================================
--- head/devel/oclgrind/Makefile	Sun Sep  8 06:14:19 2019	(r511549)
+++ head/devel/oclgrind/Makefile	Sun Sep  8 06:26:19 2019	(r511550)
@@ -18,7 +18,7 @@ BUILD_DEPENDS=	opencl>=0:devel/opencl \
 LIB_DEPENDS=	libOpenCL.so:devel/ocl-icd
 RUN_DEPENDS=	opencl>=0:devel/opencl
 
-USES=		cmake compiler:c++11-lang
+USES=		cmake
 USE_GITHUB=	yes
 GH_ACCOUNT=	jrprice
 GH_PROJECT=	Oclgrind


More information about the svn-ports-head mailing list