diff options
Diffstat (limited to 'databases/postgresql11-plpython/Makefile')
-rw-r--r-- | databases/postgresql11-plpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql11-plpython/Makefile b/databases/postgresql11-plpython/Makefile index eaca03b4199e..372a39de3cca 100644 --- a/databases/postgresql11-plpython/Makefile +++ b/databases/postgresql11-plpython/Makefile @@ -2,4 +2,4 @@ WANT_PGSQL_VER= 11 -.include "${.CURDIR}/../postgresql12-plpython/Makefile" +.include "${.CURDIR}/../postgresql13-plpython/Makefile" |