devel/py-manticore really depends on the Python bindings for math/z3
Bump PKGREVISION.
This commit is contained in:
parent
fa384d2bff
commit
e4132cdfdf
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.4 2018/02/26 02:31:34 khorben Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2018/03/13 00:58:35 khorben Exp $
|
||||
|
||||
DISTNAME= manticore-${GITHUB_TAG}
|
||||
PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
|
||||
PKGREVISION= 1
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=trailofbits/}
|
||||
GITHUB_PROJECT= manticore
|
||||
|
@ -16,7 +16,7 @@ LICENSE= apache-2.0
|
|||
DEPENDS+= ${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
|
||||
DEPENDS+= ${PYPKGPREFIX}-ply-[0-9]*:../../devel/py-ply
|
||||
DEPENDS+= ${PYPKGPREFIX}-unicorn-[0-9]*:../../emulators/py-unicorn
|
||||
DEPENDS+= z3-[0-9]*:../../math/z3
|
||||
DEPENDS+= ${PYPKGPREFIX}-z3-[0-9]*:../../math/py-z3
|
||||
|
||||
PYTHON_VERSIONS_ACCEPTED= 27
|
||||
|
||||
|
|
Loading…
Reference in a new issue