Bump the Capstone library version to 4
This port is dependant on both the Capstone library and the Python bindings for Capstone. The version of the library has to be bumped to 4 as the bindings version has to be kept in sync with the library version in order to avoid build problems. Approved by: portmgr (build fix blanket) Differential Revision: https://reviews.freebsd.org/D23921
This commit is contained in:
parent
2992215dfe
commit
9704f39c2b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=527635
1 changed files with 2 additions and 1 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
PORTNAME= plasma
|
||||
DISTVERSION= g20180708
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel python
|
||||
|
||||
MAINTAINER= kai@FreeBSD.org
|
||||
|
@ -12,7 +13,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
|||
|
||||
BUILD_DEPENDS= bash:shells/bash \
|
||||
binutils>=2:devel/binutils \
|
||||
capstone>=3:devel/capstone3
|
||||
capstone4>=3:devel/capstone4
|
||||
RUN_DEPENDS= binutils>=2:devel/binutils \
|
||||
${PYTHON_PKGNAMEPREFIX}capstone>=3:devel/py-capstone@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \
|
||||
|
|
Loading…
Reference in a new issue