diff options
author | Kevin Bowling <kbowling@FreeBSD.org> | 2023-08-30 12:02:32 -0700 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2023-08-30 12:31:09 -0700 |
commit | 2ca968ef18c1dd185272baad97dfb8f0bacbba31 (patch) | |
tree | cb8ea6c3220624b45e4174a99c8c71713b9a70fe | |
parent | f1c9309c43cd230f60babf39755bc1ac945eb12d (diff) | |
download | freebsd-ports-2ca968ef18c1dd185272baad97dfb8f0bacbba31.zip |
databases/postgis30: Mark PostgeSQL 14 as max supported version
PR: 273058
-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 65f5dfdfe4c0..b57f842836d2 100644 --- a/databases/postgis30/Makefile +++ b/databases/postgis30/Makefile @@ -17,7 +17,7 @@ LIB_DEPENDS= libproj.so:graphics/proj \ libgdal.so:graphics/gdal USES= alias compiler:c++11-lang cpe gmake gnome iconv:wchar_t libtool:keepla \ - localbase perl5 pkgconfig pgsql:11+ shebangfix + localbase perl5 pkgconfig pgsql:11-14 shebangfix USE_GNOME= libxml2 USE_PERL5= build |