diff options
-rw-r--r-- | graphics/py-h3/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/py-h3/Makefile b/graphics/py-h3/Makefile index d2553bcdfb6d..558502c72cd7 100644 --- a/graphics/py-h3/Makefile +++ b/graphics/py-h3/Makefile @@ -13,15 +13,14 @@ WWW= https://uber.github.io/h3-py/ \ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= cmake:devel/cmake-core \ - h3>=3.7.2:graphics/h3 \ +BUILD_DEPENDS= h3>=3.7.2:graphics/h3 \ ${PYTHON_PKGNAMEPREFIX}scikit-build>=0:devel/py-scikit-build@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} LIB_DEPENDS= libh3.so:graphics/h3 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} -USES= localbase:ldflags ninja:build python +USES= cmake:indirect localbase:ldflags ninja:build python USE_PYTHON= autoplist concurrent cython pep517 pytest CFLAGS+= -I${LOCALBASE}/include/h3 |