Skip to content

Commit

Permalink
gdal: add pcre2 dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nilason committed Jun 14, 2023
1 parent d173d6b commit 603ad7c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gis/gdal/Portfile
Expand Up @@ -12,7 +12,7 @@ PortGroup legacysupport 1.0
mpi.setup

github.setup OSGeo gdal 3.7.0 v
revision 4
revision 5
checksums rmd160 a6f5c2abfdcc23a1a73a9a2109ba6794fe311a57 \
sha256 af4b26a6b6b3509ae9ccf1fcc5104f7fe015ef2110f5ba13220816398365adce \
size 8604724
Expand Down Expand Up @@ -64,6 +64,7 @@ depends_lib-append port:zlib \
port:webp \
port:giflib \
port:qhull \
port:pcre2 \
port:sqlite3 \
port:spatialite \
port:curl \
Expand Down Expand Up @@ -250,6 +251,7 @@ configure.args-append \
-DGDAL_USE_OPENCL=OFF \
-DGDAL_USE_OPENEXR=OFF \
-DGDAL_USE_OPENJPEG=OFF \
-DGDAL_USE_PCRE2=ON \
-DGDAL_USE_PDFIUM=OFF \
-DGDAL_USE_PNG=ON \
-DGDAL_USE_POPPLER=OFF \
Expand Down

0 comments on commit 603ad7c

Please sign in to comment.