summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-09-08 06:26:19 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-09-08 06:26:19 +0000
commit94f972a790d7a7d07a9c143195f41c32c34097e4 (patch)
tree15935299de547cc13281d056c09cd691e624801f
parentMark BROKEN (diff)
Remove unneeded USES=compiler
Notes
Notes: svn path=/head/; revision=511550
-rw-r--r--devel/oclgrind/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/oclgrind/Makefile b/devel/oclgrind/Makefile
index 1e2c06ecea51..8025a8c163a1 100644
--- a/devel/oclgrind/Makefile
+++ b/devel/oclgrind/Makefile
@@ -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