svn commit: r341533 - head/devel/py-capstone

Kubilay Kocak koobs at FreeBSD.org
Tue Jan 28 11:05:32 UTC 2014


Author: koobs
Date: Tue Jan 28 11:05:31 2014
New Revision: 341533
URL: http://svnweb.freebsd.org/changeset/ports/341533
QAT: https://qat.redports.org/buildarchive/r341533/

Log:
  devel/py-capstone: Actually add LIB_DEPENDS on libcapstone
  
  capstone will not import without the library installed. This seems obvious in
  hindsight :)

Modified:
  head/devel/py-capstone/Makefile

Modified: head/devel/py-capstone/Makefile
==============================================================================
--- head/devel/py-capstone/Makefile	Tue Jan 28 10:58:01 2014	(r341532)
+++ head/devel/py-capstone/Makefile	Tue Jan 28 11:05:31 2014	(r341533)
@@ -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 Capston
 
 LICENSE=	BSD3CLAUSE
 
+LIB_DEPENDS=	libcapstone.so:${PORTSDIR}/devel/capstone
+
 USE_PYTHON=		yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes


More information about the svn-ports-all mailing list