aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gdal
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-03 20:55:30 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-08-03 20:55:30 +0000
commit5dd7854b9fd58beaf7ad713ba86eb9b3b9ae80e0 (patch)
treeb1b51adaebf528d1b5beb422f1fde847030b2c3b /graphics/py-gdal
parent95cd270725fa1bef43527a97a49930749b82a205 (diff)
downloadports-5dd7854b9fd58beaf7ad713ba86eb9b3b9ae80e0.tar.gz
ports-5dd7854b9fd58beaf7ad713ba86eb9b3b9ae80e0.zip
Use PYNUMPY
Notes
Notes: svn path=/head/; revision=508002
Diffstat (limited to 'graphics/py-gdal')
-rw-r--r--graphics/py-gdal/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile
index bb702085bb94..fab35f8a7d56 100644
--- a/graphics/py-gdal/Makefile
+++ b/graphics/py-gdal/Makefile
@@ -28,8 +28,8 @@ WRKSRC_SUBDIR= swig/python
SHEBANG_FILES= scripts/*.py
-NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR}
-NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR}
+NUMPY_BUILD_DEPENDS= ${PYNUMPY}
+NUMPY_RUN_DEPENDS= ${PYNUMPY}
NUMPY_USES= fortran
post-install: