diff options
Diffstat (limited to 'databases/postgresql12-docs/Makefile')
-rw-r--r-- | databases/postgresql12-docs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql12-docs/Makefile b/databases/postgresql12-docs/Makefile index 40331736ab7c..9a7e76ea0885 100644 --- a/databases/postgresql12-docs/Makefile +++ b/databases/postgresql12-docs/Makefile @@ -1,3 +1,3 @@ WANT_PGSQL_VER=12 -.include "${.CURDIR}/../postgresql14-docs/Makefile" +.include "${.CURDIR}/../postgresql16-docs/Makefile" |