diff options
author | Steve Wills <swills@FreeBSD.org> | 2019-10-15 20:42:23 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2019-10-15 20:42:23 +0000 |
commit | 34cfd7ad61df0659a4569ff069c2ac5a801643b3 (patch) | |
tree | 1d57c7985f65e705b35d76e099c36f109f24007d | |
parent | Update devel/kerl to version 1.8.6. (diff) |
Remove unneeded BROKEN_FreeBSD_10
Reported by: rene
Pointyat to: swills
-rw-r--r-- | lang/pocl/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile index 4e145d02e4e9..8affe213aeac 100644 --- a/lang/pocl/Makefile +++ b/lang/pocl/Makefile @@ -14,8 +14,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE ONLY_FOR_ARCHS= amd64 i386 ONLY_FOR_ARCHS_REASON= only tested on x86 -BROKEN_FreeBSD_10= pocl is not supported on 10.x - BUILD_DEPENDS= llvm${LLVM_VERSION}>=0:devel/llvm${LLVM_VERSION} \ opencl>=2.1:devel/opencl LIB_DEPENDS= libhwloc.so:devel/hwloc \ |