diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-06-29 17:57:40 +0200 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-06-29 17:57:40 +0200 |
commit | da00957fbe1f79c12851e0958ee7e4c8276a5527 (patch) | |
tree | d14676e2663fab07af84c52d41d9b5c21e828774 /databases/postgis30 | |
parent | 8cb12b6dc94b21d30c093920ab5f3c55c80c50ee (diff) | |
download | freebsd-ports-da00957fbe1f79c12851e0958ee7e4c8276a5527.zip |
Fix CONFLICTS_INSTALL in the databases category
Approved by: portmgr (implicit)
Diffstat (limited to 'databases/postgis30')
-rw-r--r-- | databases/postgis30/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgis30/Makefile b/databases/postgis30/Makefile index 4fb59898d212..d831c1984f39 100644 --- a/databases/postgis30/Makefile +++ b/databases/postgis30/Makefile @@ -59,7 +59,7 @@ SFCGAL_LIB_DEPENDS= libSFCGAL.so:databases/sfcgal TOPOLOGY_CONFIGURE_WITH= topology WAGYU_CONFIGURE_WITH= wagyu -CONFLICTS_INSTALL= postgis20 postgis21 postgis22 postgis23 postgis24 postgis25 postgis31 postgis32 +CONFLICTS_INSTALL= postgis[0-9][0-9] # lib/postgresql/address_standardizer-3.so VER= ${PORTVERSION:R} |