pkgsrc-WIP-changes archive

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

lldb-git: Require lang/py-six from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Feb 2 18:02:19 2017 +0100
Changeset:	d1c3184f008c5a85efa3fda55a14cae4015655ce

Modified Files:
	lldb-git/Makefile

Log Message:
lldb-git: Require lang/py-six from pkgsrc

https://reviews.llvm.org/D29405

Sponsored by <The NetBSD Foundation>

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

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

diffstat:
 lldb-git/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/lldb-git/Makefile b/lldb-git/Makefile
index d90766c..37054b5 100644
--- a/lldb-git/Makefile
+++ b/lldb-git/Makefile
@@ -11,6 +11,8 @@ HOMEPAGE=	http://lldb.org/
 COMMENT=	Next generation, high-performance debugger
 LICENSE=	modified-bsd
 
+DEPENDS+=	${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
+
 WRKSRC=			${WRKDIR}/${PKGBASE}
 CONFIGURE_DIRS=		${WRKDIR}/build
 CMAKE_ARG_PATH=		${WRKSRC}


Home | Main Index | Thread Index | Old Index