svn commit: r543883 - head/math/py-kiwisolver

Mark Linimon linimon at FreeBSD.org
Fri Jul 31 21:35:11 UTC 2020


Author: linimon
Date: Fri Jul 31 21:35:10 2020
New Revision: 543883
URL: https://svnweb.freebsd.org/changeset/ports/543883

Log:
  Restore r543838 to fix build on GCC-based systems.
  
  Approved by:	portmgr (antoine)

Modified:
  head/math/py-kiwisolver/Makefile

Modified: head/math/py-kiwisolver/Makefile
==============================================================================
--- head/math/py-kiwisolver/Makefile	Fri Jul 31 20:40:47 2020	(r543882)
+++ head/math/py-kiwisolver/Makefile	Fri Jul 31 21:35:10 2020	(r543883)
@@ -12,7 +12,7 @@ COMMENT=	Fast implementation of the Cassowary constrai
 
 LICENSE=	BSD3CLAUSE
 
-USES=		python
+USES=		compiler:c++11-lang python
 USE_PYTHON=	autoplist concurrent distutils
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list