diff options
Diffstat (limited to 'math/viennacl/Makefile')
-rw-r--r-- | math/viennacl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/viennacl/Makefile b/math/viennacl/Makefile index 0960b924b53f..fab578c25965 100644 --- a/math/viennacl/Makefile +++ b/math/viennacl/Makefile @@ -18,6 +18,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= cmake:outsource compiler:openmp localbase +USES= cmake compiler:openmp localbase .include <bsd.port.mk> |