diff options
| author | Kevin Bowling <kbowling@FreeBSD.org> | 2023-08-30 19:04:31 +0000 |
|---|---|---|
| committer | Kevin Bowling <kbowling@FreeBSD.org> | 2023-08-30 19:31:10 +0000 |
| commit | 209a16ccf0c1584a0ca17c4cc2e5124a256a4ca8 (patch) | |
| tree | b7299cfab6972ea24c006680cbe7e53f09278dbe | |
| parent | 2ca968ef18c1dd185272baad97dfb8f0bacbba31 (diff) | |
databases/postgresql-cstore_fdw: Mark PostgreSQL 13 as max version
PR: 273058
| -rw-r--r-- | databases/postgresql-cstore_fdw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql-cstore_fdw/Makefile b/databases/postgresql-cstore_fdw/Makefile index 1391bc387b8d..0a383a2c81c5 100644 --- a/databases/postgresql-cstore_fdw/Makefile +++ b/databases/postgresql-cstore_fdw/Makefile @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libprotobuf-c.so:devel/protobuf-c -USES= gmake pgsql:11+ +USES= gmake pgsql:11-13 SUB_FILES= pkg-message |
