lang/pocl: Reverse broken RUN_DEPENDS change from last commit
PR: 252522 Reported by: cmt
This commit is contained in:
parent
7374706d86
commit
e6a37234ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565257
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= pocl
|
||||
PORTVERSION= 1.6
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= lang
|
||||
|
||||
|
@ -17,7 +18,7 @@ ONLY_FOR_ARCHS_REASON= only tested on x86
|
|||
BUILD_DEPENDS= llvm${LLVM_VERSION}>=0:devel/llvm${LLVM_VERSION} \
|
||||
opencl>=2.2:devel/opencl
|
||||
LIB_DEPENDS= libhwloc.so.15:devel/hwloc2 libOpenCL.so:devel/ocl-icd
|
||||
RUN_DEPENDS= libhwloc.so.15:devel/hwloc2 libOpenCL.so:devel/ocl-icd
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
USES= cmake localbase:ldflags ncurses pkgconfig
|
||||
USE_GITHUB= yes
|
||||
|
|
Loading…
Reference in a new issue