devel/py-capstone: Actually add LIB_DEPENDS on libcapstone

capstone will not import without the library installed. This seems obvious in
hindsight :)
This commit is contained in:
Kubilay Kocak 2014-01-28 11:05:31 +00:00
parent 07298393b2
commit 4eb7db23fd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341533

View file

@ -3,6 +3,7 @@
PORTNAME= capstone
PORTVERSION= 2.0
PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@ -13,6 +14,8 @@ COMMENT= Python bindings for the Capstone Disassembly Engine
LICENSE= BSD3CLAUSE
LIB_DEPENDS= libcapstone.so:${PORTSDIR}/devel/capstone
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_AUTOPLIST= yes