Date: Sun, 14 Feb 2021 18:07:09 +0000 (UTC) From: "Jason W. Bacon" <jwb@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r565257 - head/lang/pocl Message-ID: <202102141807.11EI79QV032114@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jwb Date: Sun Feb 14 18:07:09 2021 New Revision: 565257 URL: https://svnweb.freebsd.org/changeset/ports/565257 Log: lang/pocl: Reverse broken RUN_DEPENDS change from last commit PR: 252522 Reported by: cmt Modified: head/lang/pocl/Makefile Modified: head/lang/pocl/Makefile ============================================================================== --- head/lang/pocl/Makefile Sun Feb 14 17:47:02 2021 (r565256) +++ head/lang/pocl/Makefile Sun Feb 14 18:07:09 2021 (r565257) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102141807.11EI79QV032114>