Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Sep 2020 19:45:53 +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: r548553 - head/graphics/py-h3
Message-ID:  <202009131945.08DJjrZA089637@repo.freebsd.org>

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



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