svn commit: r565257 - head/lang/pocl

Jason W. Bacon jwb at FreeBSD.org
Sun Feb 14 18:07:09 UTC 2021


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


More information about the svn-ports-all mailing list