svn commit: r497913 - head/security/klee

Gleb Popov arrowd at FreeBSD.org
Fri Apr 5 05:27:20 UTC 2019


Author: arrowd
Date: Fri Apr  5 05:27:19 2019
New Revision: 497913
URL: https://svnweb.freebsd.org/changeset/ports/497913

Log:
  security/klee: Depend on python 3 and py-tabulate. Required for ktest-tool utility, written in Python.
  
  Reviewed by:	mat
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D19770

Modified:
  head/security/klee/Makefile

Modified: head/security/klee/Makefile
==============================================================================
--- head/security/klee/Makefile	Fri Apr  5 05:25:45 2019	(r497912)
+++ head/security/klee/Makefile	Fri Apr  5 05:27:19 2019	(r497913)
@@ -14,9 +14,10 @@ LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 BUILD_DEPENDS=	llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
 		gmake:devel/gmake
 # Should be a LIB_DEPEND, but hard to express in a generic manner
-RUN_DEPENDS=	llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT}
+RUN_DEPENDS=	llvm-config${LLVM_DEFAULT}:devel/llvm${LLVM_DEFAULT} \
+		${PYTHON_PKGNAMEPREFIX}tabulate>0:devel/py-tabulate@${PY_FLAVOR}
 
-USES=		cmake localbase pkgconfig python:run shebangfix
+USES=		cmake localbase pkgconfig python:3.5+,run shebangfix
 USE_GITHUB=	yes
 SHEBANG_FILES=	tools/klee-stats/klee-stats tools/ktest-tool/ktest-tool
 USE_LDCONFIG=	yes


More information about the svn-ports-all mailing list