pkgsrc-WIP-changes archive

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

py-quadprog: Add a missing dependency on py-cython



Module Name:	pkgsrc-wip
Committed By:	Min Sik Kim <minskim%NetBSD.org@localhost>
Pushed By:	minskim
Date:		Thu Sep 21 08:34:44 2017 -0700
Changeset:	f73ea47501865abd159c0cf2d8e6174d797ab51c

Modified Files:
	py-quadprog/Makefile

Log Message:
py-quadprog: Add a missing dependency on py-cython

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

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

diffstat:
 py-quadprog/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/py-quadprog/Makefile b/py-quadprog/Makefile
index a71bb48c70..0d012dbe00 100644
--- a/py-quadprog/Makefile
+++ b/py-quadprog/Makefile
@@ -12,5 +12,6 @@ LICENSE=	gnu-gpl-v2
 
 USE_LANGUAGES=	c c++
 
+.include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index