git: b6b3ec64e1b1 - main - graphics/gdal: Fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Aug 2024 16:04:23 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b6b3ec64e1b1fed49ffdf499487dc043caf39df8 commit b6b3ec64e1b1fed49ffdf499487dc043caf39df8 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-08-15 16:02:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-08-15 16:02:07 +0000 graphics/gdal: Fix typo --- graphics/gdal/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index 81641f9cfb83..24f1222695d9 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -201,7 +201,7 @@ TILEDB_CMAKE_BOOL= GDAL_USE_TILEDB TILEDB_LIB_DEPENDS= libtiledb.so:databases/tiledb WEBP_CMAKE_BOOL= GDAL_USE_WEBP WEBP_LIB_DEPENDS= libwebp.so:graphics/webp -XERCES_CMAKE_BOOL= GDAL_USE_XERCES +XERCES_CMAKE_BOOL= GDAL_USE_XERCESC XERCES_LIB_DEPENDS= libxerces-c.so:textproc/xerces-c3 ZSTD_CMAKE_BOOL= GDAL_USE_ZSTD ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd