diff options
Diffstat (limited to 'graphics/gdal/Makefile')
-rw-r--r-- | graphics/gdal/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index ba33eda016b9..961ac673d3cd 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,6 +1,5 @@ PORTNAME= gdal -PORTVERSION= 3.11.3 -PORTREVISION= 4 +PORTVERSION= 3.11.4 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -60,7 +59,8 @@ CMAKE_OFF= BUILD_CSHARP_BINDINGS \ SWIG_REGENERATE_PYTHON \ ${CMAKE_OFF_${ARCH}} CMAKE_OFF_armv7=GDAL_ENABLE_ARM_NEON_OPTIMIZATIONS -CMAKE_ON= BUILD_APPS \ +CMAKE_ON= AVIF_VERSION_CHECK \ + BUILD_APPS \ BUILD_SHARED_LIBS \ BUILD_STATIC_LIBS \ ENABLE_GNM \ |