diff options
Diffstat (limited to 'math/clrng/Makefile')
-rw-r--r-- | math/clrng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/clrng/Makefile b/math/clrng/Makefile index 8621fced9847..610bcc8838cf 100644 --- a/math/clrng/Makefile +++ b/math/clrng/Makefile @@ -12,9 +12,9 @@ COMMENT= Library for uniform random number generation in OpenCL LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl -LIB_DEPENDS= libOpenCL.so:${PORTSDIR}/devel/ocl-icd -RUN_DEPENDS= opencl>=0:${PORTSDIR}/devel/opencl +BUILD_DEPENDS= opencl>=0:devel/opencl +LIB_DEPENDS= libOpenCL.so:devel/ocl-icd +RUN_DEPENDS= opencl>=0:devel/opencl BROKEN_FreeBSD_9= clRNG is only supported on FreeBSD 10.1 and newer |