aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLarry Rosenman <ler@FreeBSD.org>2024-06-10 21:19:38 +0000
committerLarry Rosenman <ler@FreeBSD.org>2024-06-10 21:21:53 +0000
commitce079c6602ee570c2d9399cf8228e0a147c16a93 (patch)
treeeba511ac9225edc2ae938d10b63af01d09fcb559
parent7ac50dcdbfa3671fbb037abc490cafacf07c4fbf (diff)
downloadports-ce079c6602ee570c2d9399cf8228e0a147c16a93.tar.gz
ports-ce079c6602ee570c2d9399cf8228e0a147c16a93.zip
databases/postgis34: remove devel/pcre dependency
databases/postgis34 depends (unnecessarily) on devel/pcre when ADDRSTD is set (default). It no longer needs this as it uses devel/pcre2 that is unconditionally depended on. Remove the ADDRSTD dependency on devel/pcre PR: 279565 Approved by: lbartoletti@FreeBSD.org (maintainer)
-rw-r--r--databases/postgis34/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/databases/postgis34/Makefile b/databases/postgis34/Makefile
index ee92f0f60a5d..63d43ef15ca0 100644
--- a/databases/postgis34/Makefile
+++ b/databases/postgis34/Makefile
@@ -1,6 +1,6 @@
PORTNAME= postgis
DISTVERSION= 3.4.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= databases geography
MASTER_SITES= https://download.osgeo.org/postgis/source/
PKGNAMESUFFIX= 34
@@ -44,7 +44,6 @@ SFCGAL_DESC= Enable sfcgal
TOPOLOGY_DESC= Topology support
ADDRSTD_CONFIGURE_WITH= address-standardizer
-ADDRSTD_LIB_DEPENDS= libpcre.so:devel/pcre
ADDRSTD_VARS= WANT_PGSQL+=contrib
JSON_CONFIGURE_WITH= json
JSON_LIB_DEPENDS= libjson-c.so:devel/json-c