diff options
Diffstat (limited to 'databases/postgresql11-plperl/Makefile')
-rw-r--r-- | databases/postgresql11-plperl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql11-plperl/Makefile b/databases/postgresql11-plperl/Makefile index 9523340eb54c..ce2b6238a258 100644 --- a/databases/postgresql11-plperl/Makefile +++ b/databases/postgresql11-plperl/Makefile @@ -3,4 +3,4 @@ WANT_PGSQL_VER= 11 # this port fails to build in parallel MAKE_JOBS_UNSAFE= yes -.include "${.CURDIR}/../postgresql14-plperl/Makefile" +.include "${.CURDIR}/../postgresql16-plperl/Makefile" |