aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 01:55:43 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2023-10-05 02:00:12 +0000
commit66282ba1e9a2dc804c7def9995df30d3bbb9655f (patch)
treeaed2fcd4fed00818836b1b1b2d59bc5a35c8f522
parent9e2373ac2a61c54ce8e63eb9dce6f17cd127792f (diff)
downloadports-66282ba1e9a2dc804c7def9995df30d3bbb9655f.tar.gz
ports-66282ba1e9a2dc804c7def9995df30d3bbb9655f.zip
graphics/gdal: Update KML option
gdal links against minizip and uriparser if KML option is enabled. Do not bump PORTREVISION because the package depends list is unchanged.
-rw-r--r--graphics/gdal/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile
index 4ec686323913..856639ae3fe6 100644
--- a/graphics/gdal/Makefile
+++ b/graphics/gdal/Makefile
@@ -156,7 +156,9 @@ HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5
HEIF_CMAKE_BOOL= GDAL_USE_HEIF
HEIF_LIB_DEPENDS= libheif.so:graphics/libheif
KML_CMAKE_BOOL= GDAL_USE_LIBKML
-KML_LIB_DEPENDS= libkmlbase.so:science/libkml
+KML_LIB_DEPENDS= libkmlbase.so:science/libkml \
+ liburiparser.so:net/uriparser
+KML_USES= minizip
LERC_CMAKE_BOOL= GDAL_USE_LERC
LERC_LIB_DEPENDS= libLerc.so:graphics/lerc
LIBXML2_CMAKE_BOOL= GDAL_USE_LIBXML2