diff options
-rw-r--r-- | graphics/py-h3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/py-h3/Makefile b/graphics/py-h3/Makefile index ee74ed43805d..43f53e28d3d2 100644 --- a/graphics/py-h3/Makefile +++ b/graphics/py-h3/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libh3.so:graphics/h3 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR} -USES= localbase:ldflags ninja:build python:3.6+ +USES= localbase:ldflags ninja:build python:3.7+ USE_PYTHON= autoplist concurrent cython distutils CFLAGS+= -I${LOCALBASE}/include/h3 |