From aa8564b037168371718b72b477d5d52d64818789 Mon Sep 17 00:00:00 2001 From: cpm Date: Sat, 3 Jun 2017 15:07:09 +0000 Subject: - Sort USES --- math/viennacl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/math/viennacl/Makefile b/math/viennacl/Makefile index 73c4f689e88e..010e1c95caf5 100644 --- a/math/viennacl/Makefile +++ b/math/viennacl/Makefile @@ -17,6 +17,6 @@ BUILD_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl LIB_DEPENDS= libOpenCL.so:devel/ocl-icd RUN_DEPENDS= ${LOCALBASE}/include/CL/opencl.h:devel/opencl -USES= compiler:openmp cmake:outsource localbase +USES= cmake:outsource compiler:openmp localbase .include -- cgit