From f7b860e86ed2332a40cdaf897ce4c0cddc731034 Mon Sep 17 00:00:00 2001 From: landry Date: Sat, 14 May 2022 08:39:01 +0000 Subject: [PATCH] geo/postgis: fix WANTLIB after gdal update --- geo/postgis/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geo/postgis/Makefile b/geo/postgis/Makefile index 0feaf582572..92d0d031ed7 100644 --- a/geo/postgis/Makefile +++ b/geo/postgis/Makefile @@ -2,7 +2,7 @@ V = 3.2.1 COMMENT= geographic objects support for PostgreSQL DISTNAME= postgis-${V} CATEGORIES= geo databases -REVISION = 1 +REVISION = 2 HOMEPAGE= http://www.postgis.net/ @@ -14,7 +14,7 @@ PERMIT_PACKAGE= Yes WANTLIB += c charset crypto curl expat freexl gdal geos geos_c geotiff gif iconv intl WANTLIB += jpeg json-c lz4 lzma m nghttp2 openjp2 pcre2-8 png pq>=5.3 protobuf-c zstd WANTLIB += proj pthread qhull_r spatialite sqlite3 ssl ${COMPILER_LIBCXX} tiff webp xml2 z -WANTLIB += hdf5 hdf5_hl minizip netcdf rttopo +WANTLIB += hdf5 hdf5_hl minizip netcdf rttopo execinfo fontconfig freetype lcms2 poppler COMPILER = base-clang ports-gcc base-gcc