aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-gdal
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-06-20 16:58:29 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-06-20 16:58:29 +0000
commite50a689d56fa5a85a1ba604cb1f241e3315a3820 (patch)
tree81f23d59b687119d4029737e2bb096914f0451b4 /graphics/py-gdal
parentded348f00bd78e07eb1c8cc65f4cae8b0d435810 (diff)
downloadports-e50a689d56fa5a85a1ba604cb1f241e3315a3820.tar.gz
ports-e50a689d56fa5a85a1ba604cb1f241e3315a3820.zip
Use the correct variable for dependency lines.
PKGNAMEPREFIX the name of the current package prefix, it is not correct to use it for other package names. Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=472881
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 d97b16e2f92d..0451cd5ca8f1 100644
--- a/graphics/py-gdal/Makefile
+++ b/graphics/py-gdal/Makefile
@@ -27,8 +27,8 @@ WRKSRC_SUBDIR= swig/python
SHEBANG_FILES= scripts/*.py
-NUMPY_BUILD_DEPENDS= ${PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${FLAVOR}
-NUMPY_RUN_DEPENDS= ${PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${FLAVOR}
+NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${FLAVOR}
+NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${FLAVOR}
NUMPY_USES= fortran
post-install: