diff options
Diffstat (limited to 'databases/postgresql96-plperl/Makefile')
-rw-r--r-- | databases/postgresql96-plperl/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql96-plperl/Makefile b/databases/postgresql96-plperl/Makefile index 5e470ccbdf89..e3954311fb71 100644 --- a/databases/postgresql96-plperl/Makefile +++ b/databases/postgresql96-plperl/Makefile @@ -4,4 +4,7 @@ WANT_PGSQL_VER= 9.6 INSTALL_DIRS= src/pl/plperl contrib/hstore_plperl -.include "${.CURDIR}/../postgresql13-plperl/Makefile" +# this port fails to build in parallel +MAKE_JOBS_UNSAFE= yes + +.include "${.CURDIR}/../postgresql14-plperl/Makefile" |