diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gdal/Makefile | 2 | ||||
-rw-r--r-- | graphics/gdal/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 34e7ff917a96..0cf386c5a9a8 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -1,5 +1,6 @@ PORTNAME= gdal PORTVERSION= 3.6.2 +PORTREVISION= 1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/gdal/${PORTVERSION}/ \ LOCAL/sunpoet @@ -99,6 +100,7 @@ HEADER_FILES= alg/gdalwarpkernel_opencl.h \ port/cpl_aws.h \ port/cpl_cpu_features.h \ port/cpl_google_cloud.h \ + port/cpl_odbc.h \ port/cpl_sha1.h \ port/cpl_sha256.h \ port/cpl_vsil_curl_priv.h \ diff --git a/graphics/gdal/pkg-plist b/graphics/gdal/pkg-plist index 6124b1fef040..630a27040490 100644 --- a/graphics/gdal/pkg-plist +++ b/graphics/gdal/pkg-plist @@ -46,6 +46,7 @@ include/cpl_minizip_ioapi.h include/cpl_minizip_unzip.h include/cpl_minizip_zip.h include/cpl_multiproc.h +include/cpl_odbc.h include/cpl_port.h include/cpl_progress.h include/cpl_quad_tree.h |