pkgsrc-WIP-changes archive

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

coreclr-git: Require py-expat



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Thu Feb 4 21:55:33 2016 +0100
Changeset:	15cfa27daecc32386303d35a7bff3aed24e9b2f2

Modified Files:
	coreclr-git/Makefile

Log Message:
coreclr-git: Require py-expat

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

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

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

diffs:
diff --git a/coreclr-git/Makefile b/coreclr-git/Makefile
index 77c2aee..bc75dc5 100644
--- a/coreclr-git/Makefile
+++ b/coreclr-git/Makefile
@@ -18,6 +18,8 @@ USE_LANGUAGES=	c c++
 USE_TOOLS+=	bash
 REPLACE_BASH+=	build.sh
 
+DEPENDS+=	${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
+
 do-build:
 		${RUN} cd ${WRKSRC} && PYTHON=${PYTHONBIN} ./build.sh
 


Home | Main Index | Thread Index | Old Index