pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

ropper: Setup DEPENDS



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Mon Jun 13 04:25:50 2016 +0200
Changeset:	26b7892ff61ec83e4be206b86ebdd272c7a29332

Modified Files:
	ropper/Makefile

Log Message:
ropper: Setup DEPENDS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=26b7892ff61ec83e4be206b86ebdd272c7a29332

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 ropper/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/ropper/Makefile b/ropper/Makefile
index 1bd0b6b..f66d97a 100644
--- a/ropper/Makefile
+++ b/ropper/Makefile
@@ -14,6 +14,11 @@ LICENSE=	gnu-gpl-v2
 WRKSRC=		${WRKDIR}/${DISTNAME}
 USE_LANGUAGES=	# none
 
+DEPENDS=	${PYPKGPREFIX}-capstone-[0-9]*:../../devel/py-capstone
+DEPENDS=	${PYPKGPREFIX}-filebytes-[0-9]*:../../devel/py-filebytes
+DEPENDS=	${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
+# Optional but needed for extra features
+DEPENDS=	${PYPKGPREFIX}-keystone-[0-9]*:../../emulators/py-keystone
 
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index