Skip to content

Commit

Permalink
gdal: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason authored and reneeotten committed Feb 10, 2025
1 parent 7c31f32 commit 6231922
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gis/gdal/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -350,9 +350,9 @@ if {$subport eq $name} {
-DGDAL_REGISTER_DRIVER_HDF4_FOR_LATER_PLUGIN=ON \
-DGDAL_DRIVER_HDF4_PLUGIN_INSTALLATION_MESSAGE="Install the HDF4 driver with 'sudo port install gdal-hdf4'." \
-DGDAL_REGISTER_DRIVER_HDF5_FOR_LATER_PLUGIN=ON \
-DGDAL_DRIVER_HDF5_PLUGIN_INSTALLATION_MESSAGE="Install the HDF5 driver with 'sudo port install gdal-hdf4'." \
-DGDAL_DRIVER_HDF5_PLUGIN_INSTALLATION_MESSAGE="Install the HDF5 driver with 'sudo port install gdal-hdf5'." \
-DGDAL_REGISTER_DRIVER_KEA_FOR_LATER_PLUGIN=ON \
-DGDAL_DRIVER_KEA_PLUGIN_INSTALLATION_MESSAGE="Install the KEA driver with 'sudo port install gdal-hdf4'." \
-DGDAL_DRIVER_KEA_PLUGIN_INSTALLATION_MESSAGE="Install the KEA driver with 'sudo port install gdal-kea'." \
-DGDAL_REGISTER_DRIVER_PDF_FOR_LATER_PLUGIN=ON \
-DGDAL_DRIVER_PDF_PLUGIN_INSTALLATION_MESSAGE="Install the PDF driver with 'sudo port install gdal-pdf'." \
-DGDAL_USE_POPPLER=ON \
Expand Down

0 comments on commit 6231922

Please sign in to comment.