1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

lang/pocl: Reverse broken RUN_DEPENDS change from last commit

PR:             252522
Reported by:    cmt
This commit is contained in:
Jason W. Bacon 2021-02-14 18:07:09 +00:00
parent 7374706d86
commit e6a37234ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=565257

View File

@ -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