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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 13 19:45:58 UTC 2020


Author: sunpoet
Date: Sun Sep 13 19:45:53 2020
New Revision: 548553
URL: https://svnweb.freebsd.org/changeset/ports/548553

Log:
  Add h3 version check to BUILD_DEPENDS

Modified:
  head/graphics/py-h3/Makefile

Modified: head/graphics/py-h3/Makefile
==============================================================================
--- head/graphics/py-h3/Makefile	Sun Sep 13 19:45:48 2020	(r548552)
+++ head/graphics/py-h3/Makefile	Sun Sep 13 19:45:53 2020	(r548553)
@@ -14,6 +14,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS=	cmake:devel/cmake \
+		h3>=${PORTVERSION}:graphics/h3 \
 		${PYTHON_PKGNAMEPREFIX}scikit-build>=0:devel/py-scikit-build@${PY_FLAVOR}
 LIB_DEPENDS=	libh3.so:graphics/h3
 


More information about the svn-ports-head mailing list