Date: Wed, 18 Sep 2024 19:48:19 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 8733d8c38601 - 2024Q3 - graphics/gdal: Fix typo Message-ID: <202409181948.48IJmJwY031538@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=8733d8c3860108571fea4340b04989483250faca commit 8733d8c3860108571fea4340b04989483250faca Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-08-15 16:02:07 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-18 19:46:39 +0000 graphics/gdal: Fix typo (cherry picked from commit b6b3ec64e1b1fed49ffdf499487dc043caf39df8) --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409181948.48IJmJwY031538>