diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-15 16:02:07 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-08-15 16:02:07 +0000 |
commit | b6b3ec64e1b1fed49ffdf499487dc043caf39df8 (patch) | |
tree | 7c11a0e20d74548498597a7f9dbef0e3796e04c9 | |
parent | 99e0fedbc5ee05862318ab73fc909d7bc92bb770 (diff) |
graphics/gdal: Fix typo
-rw-r--r-- | graphics/gdal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |