diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-19 05:53:28 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-19 05:53:28 +0800 |
commit | f7ce4246b34fa2aea1eada5c6ad92692cb7f5bda (patch) | |
tree | 6d6f7d76105d6276445c8b6294f297688a2e9e33 /lang | |
parent | e7591a319b1da9b63c58cea289359c6ad80d84bc (diff) | |
download | freebsd-ports-gnome-f7ce4246b34fa2aea1eada5c6ad92692cb7f5bda.tar.gz freebsd-ports-gnome-f7ce4246b34fa2aea1eada5c6ad92692cb7f5bda.tar.zst freebsd-ports-gnome-f7ce4246b34fa2aea1eada5c6ad92692cb7f5bda.zip |
Mark BROKEN: fails to package
Reported by: pkg-fallout
Diffstat (limited to 'lang')
-rw-r--r-- | lang/pocl/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/pocl/Makefile b/lang/pocl/Makefile index 8f9845745c9b..93f581c4db8f 100644 --- a/lang/pocl/Makefile +++ b/lang/pocl/Makefile @@ -12,6 +12,8 @@ COMMENT= POrtable Computing Language (POCL) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BROKEN= fails to package + BUILD_DEPENDS= llvm${LLVM_VERSION}>=0:devel/llvm${LLVM_VERSION} \ opencl>=2.1:devel/opencl LIB_DEPENDS= libhwloc.so:devel/hwloc \ |