Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2021 05:46:32 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 35e8de555d93 - main - devel/ikos: Add missing RUN_DEPENDS: devel/llvmNN for clang executable
Message-ID:  <202109260546.18Q5kWVf097187@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=35e8de555d9359df0261bd49f563c8b6a9baa294

commit 35e8de555d9359df0261bd49f563c8b6a9baa294
Author:     nimaje <nimaje+fbz@bureaucracy.de>
AuthorDate: 2021-09-26 05:21:02 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-09-26 05:45:20 +0000

    devel/ikos: Add missing RUN_DEPENDS: devel/llvmNN for clang executable
    
    PR:             258693
---
 devel/ikos/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/devel/ikos/Makefile b/devel/ikos/Makefile
index 0703a63eb69d..ef8510ad0ec9 100644
--- a/devel/ikos/Makefile
+++ b/devel/ikos/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	ikos
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	devel
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -17,7 +17,8 @@ LIB_DEPENDS=	libapron.so:math/apron \
 		libgmp.so:math/gmp \
 		libppl.so:devel/ppl \
 		libtbb.so:devel/tbb
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \
+		llvm${LLVM_VERSION}>0:devel/llvm${LLVM_VERSION}
 
 USES=		cmake ncurses python:3.6+ sqlite
 USE_GITHUB=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109260546.18Q5kWVf097187>