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 fdadd0b0842d..eaca03b4199e 100644 --- a/databases/postgresql11-plpython/Makefile +++ b/databases/postgresql11-plpython/Makefile @@ -2,4 +2,4 @@ WANT_PGSQL_VER= 11 -.include "${.CURDIR}/../postgresql95-plpython/Makefile" +.include "${.CURDIR}/../postgresql12-plpython/Makefile" |