diff options
author | Koop Mast <kwm@FreeBSD.org> | 2015-10-11 17:55:01 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2015-10-11 17:55:01 +0000 |
commit | 04195fba11f544af7119d21aa09738ad91cf0b11 (patch) | |
tree | 0b23b931ca9094a5d1ed5a085d62d468a343af2c /math/clrng/Makefile | |
parent | b682911423a3ee936088d26f6ee6d43561f31517 (diff) | |
download | ports-04195fba11f544af7119d21aa09738ad91cf0b11.tar.gz ports-04195fba11f544af7119d21aa09738ad91cf0b11.zip |
Notes
Diffstat (limited to 'math/clrng/Makefile')
-rw-r--r-- | math/clrng/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/clrng/Makefile b/math/clrng/Makefile index 1d361f8b5669..8621fced9847 100644 --- a/math/clrng/Makefile +++ b/math/clrng/Makefile @@ -9,14 +9,14 @@ CATEGORIES= math MAINTAINER= dieterich@ogolem.org COMMENT= Library for uniform random number generation in OpenCL -LICENSE= BSD +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 -ONLY_FOR_ARCHS= amd64 +BROKEN_FreeBSD_9= clRNG is only supported on FreeBSD 10.1 and newer USE_GITHUB= yes GH_ACCOUNT= clMathLibraries |