diff options
-rw-r--r-- | databases/pg_store_plans/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/databases/pg_store_plans/Makefile b/databases/pg_store_plans/Makefile index 7fcfe0aea4b1..357b8b114a44 100644 --- a/databases/pg_store_plans/Makefile +++ b/databases/pg_store_plans/Makefile @@ -18,4 +18,10 @@ USES= gmake pgsql:15+ WANT_PGSQL= server MAKE_ARGS= USE_PGXS=YES -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${PGSQL_VER} > 16 +IGNORE Only supported up to pgsql 16 +.endif + +.include <bsd.port.post.mk> |