Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2020 18:03:41 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r555321 - head/graphics/py-h3
Message-ID:  <202011151803.0AFI3fvi018562@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011151803.0AFI3fvi018562>