diff --git a/graphics/py-gdal/Makefile b/graphics/py-gdal/Makefile index b3e66f9d8edd..5cd4c7449df8 100644 --- a/graphics/py-gdal/Makefile +++ b/graphics/py-gdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= gdal PORTVERSION= 3.11.0 +PORTREVISION= 1 CATEGORIES= graphics python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -21,6 +22,7 @@ USE_PYTHON= autoplist concurrent pep517 CPE_VENDOR= osgeo OPTIONS_DEFINE= NUMPY +OPTIONS_DEFAULT=NUMPY NUMPY_DESC= Enable array support via NumPy NUMPY_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}numpy>=1.0.0,1:math/py-numpy@${PY_FLAVOR}