diff options
Diffstat (limited to 'databases/postgresql13-docs/Makefile')
-rw-r--r-- | databases/postgresql13-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql13-docs/Makefile b/databases/postgresql13-docs/Makefile index 07213552866f..8b62e05d816b 100644 --- a/databases/postgresql13-docs/Makefile +++ b/databases/postgresql13-docs/Makefile @@ -1,3 +1,3 @@ WANT_PGSQL_VER=13 -.include "${.CURDIR}/../postgresql14-docs/Makefile" +.include "${.CURDIR}/../postgresql16-docs/Makefile" |