diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-03 18:12:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-03 18:12:05 +0000 |
commit | 5bdaaf9ef80d974c58edd7fd9da620dedafcbe28 (patch) | |
tree | d5dea9f36366402a0109e2b7488f8b3726dfe0ab | |
parent | Remove PYNUMPY (diff) |
Remove PYNUMPY
Notes
Notes:
svn path=/head/; revision=567176
-rw-r--r-- | graphics/py-pygeos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-pygeos/Makefile b/graphics/py-pygeos/Makefile index 833430223ed0..c132635f4632 100644 --- a/graphics/py-pygeos/Makefile +++ b/graphics/py-pygeos/Makefile @@ -14,9 +14,9 @@ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= geos>=3.5:graphics/geos \ - ${PYNUMPY} + ${PYTHON_PKGNAMEPREFIX}numpy>=1.13,1:math/py-numpy@${PY_FLAVOR} LIB_DEPENDS= libgeos.so:graphics/geos -RUN_DEPENDS= ${PYNUMPY} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.13,1:math/py-numpy@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent cython distutils |