pkgsrc-WIP-changes archive

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

ropper: Prepare for import into pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Tue Jun 14 09:07:58 2016 +0200
Changeset:	e072e10a7a9afdfa05db44bdb4ff9b0242fc8fd4

Modified Files:
	ropper/Makefile

Log Message:
ropper: Prepare for import into pkgsrc

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

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

diffstat:
 ropper/Makefile | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diffs:
diff --git a/ropper/Makefile b/ropper/Makefile
index f66d97a..42e51cc 100644
--- a/ropper/Makefile
+++ b/ropper/Makefile
@@ -14,11 +14,12 @@ 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
+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
+# The keystone software is now public so this will be likely by mandatory soon
+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