diff options
Diffstat (limited to 'databases/postgresql96-plpython/Makefile')
-rw-r--r-- | databases/postgresql96-plpython/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql96-plpython/Makefile b/databases/postgresql96-plpython/Makefile index 64b6dd74d617..825e3039cb89 100644 --- a/databases/postgresql96-plpython/Makefile +++ b/databases/postgresql96-plpython/Makefile @@ -4,4 +4,4 @@ WANT_PGSQL_VER= 9.6 INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython -.include "${.CURDIR}/../postgresql12-plpython/Makefile" +.include "${.CURDIR}/../postgresql13-plpython/Makefile" |