diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-08 06:26:19 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-09-08 06:26:19 +0000 |
commit | 94f972a790d7a7d07a9c143195f41c32c34097e4 (patch) | |
tree | 15935299de547cc13281d056c09cd691e624801f | |
parent | Mark BROKEN (diff) |
Remove unneeded USES=compiler
Notes
Notes:
svn path=/head/; revision=511550
-rw-r--r-- | devel/oclgrind/Makefile | 2 |
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 |