svn commit: r555321 - head/graphics/py-h3

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Nov 15 18:03:45 UTC 2020


Author: sunpoet
Date: Sun Nov 15 18:03:40 2020
New Revision: 555321
URL: https://svnweb.freebsd.org/changeset/ports/555321

Log:
  Fix build with Python 2

Modified:
  head/graphics/py-h3/Makefile

Modified: head/graphics/py-h3/Makefile
==============================================================================
--- head/graphics/py-h3/Makefile	Sun Nov 15 18:03:36 2020	(r555320)
+++ head/graphics/py-h3/Makefile	Sun Nov 15 18:03:40 2020	(r555321)
@@ -15,6 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	cmake:devel/cmake \
 		h3>=${PORTVERSION}:graphics/h3 \
+		ninja:devel/ninja \
 		${PYTHON_PKGNAMEPREFIX}scikit-build>=0:devel/py-scikit-build@${PY_FLAVOR}
 LIB_DEPENDS=	libh3.so:graphics/h3
 


More information about the svn-ports-all mailing list