aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-05-29 04:43:35 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2025-05-29 04:52:20 +0000
commitf27163fa16b75b11ed2ae805469661a1b28ef3ee (patch)
tree11c742bfaed5408524f686ebdd7e3ce3408edf3e
parentd14df16cd65e5b678908af61e31d23d469679f8c (diff)
graphics/py-gdal: Enable NUMPY option by default
- Bump PORTREVISION for dependency and package change
-rw-r--r--graphics/py-gdal/Makefile2
1 files changed, 2 insertions, 0 deletions
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}