Date: Tue, 28 Jan 2014 11:05:32 +0000 (UTC) From: Kubilay Kocak <koobs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341533 - head/devel/py-capstone Message-ID: <201401281105.s0SB5WrA031469@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401281105.s0SB5WrA031469>