diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-21 17:53:49 +0000 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-07-21 18:12:12 +0000 |
commit | f155b46a5fbae9311c769aaaad5fa1ee88ef37ca (patch) | |
tree | 94e753c6247442a5d6a3d255254b172e6ec216f7 /graphics/gdal | |
parent | 9fe030bf0703f790c6b408df4fc1fd1461737514 (diff) |
Diffstat (limited to 'graphics/gdal')
-rw-r--r-- | graphics/gdal/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/gdal/Makefile b/graphics/gdal/Makefile index b91572a9b9b4..5249cab7f04a 100644 --- a/graphics/gdal/Makefile +++ b/graphics/gdal/Makefile @@ -32,6 +32,7 @@ CHARLS_DESC= JPEG-Lossless support via charls CRYPTOPP_DESC= Cryptopp support DODS_DESC= DODS/OPeNDAP support EXR_DESC= EXR support via OpenEXR library +HEIF_DESC= HEIF support via libheif library PCRE_DESC= Regular expression support for SQLite TILEDB_DESC= TileDB support @@ -117,6 +118,8 @@ GTA_CONFIGURE_WITH= gta GTA_LIB_DEPENDS= libgta.so:devel/libgta HDF5_CONFIGURE_WITH= hdf5 HDF5_LIB_DEPENDS= libhdf5.so:science/hdf5 +HEIF_CONFIGURE_WITH= heif +HEIF_LIB_DEPENDS= libheif.so:graphics/libheif JASPER_CONFIGURE_WITH= jasper JASPER_LIB_DEPENDS= libjasper.so:graphics/jasper KML_CONFIGURE_WITH= libkml |