summaryrefslogtreecommitdiff
path: root/graphics/py-gdal/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/py-gdal/Makefile')
-rw-r--r--graphics/py-gdal/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile
index a43bfd4ff765..b3e66f9d8edd 100644
--- a/graphics/py-gdal/Makefile
+++ b/graphics/py-gdal/Makefile
@@ -1,5 +1,5 @@
PORTNAME= gdal
-PORTVERSION= 3.10.3
+PORTVERSION= 3.11.0
CATEGORIES= graphics python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,14 +18,14 @@ LIB_DEPENDS= libgdal.so:graphics/gdal
USES= compiler:c++11-lang cpe python
USE_PYTHON= autoplist concurrent pep517
-MAKE_ENV= GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY=yes
-
CPE_VENDOR= osgeo
OPTIONS_DEFINE= NUMPY
NUMPY_DESC= Enable array support via NumPy
NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR}
+NUMPY_MAKE_ENV= GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY=no
+NUMPY_MAKE_ENV_OFF= GDAL_PYTHON_BINDINGS_WITHOUT_NUMPY=yes
NUMPY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR}
NUMPY_USES= fortran