summaryrefslogtreecommitdiff
path: root/databases/postgresql10-plperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql10-plperl/Makefile')
-rw-r--r--databases/postgresql10-plperl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql10-plperl/Makefile b/databases/postgresql10-plperl/Makefile
index 3fa2fd0302f6..a2be7a0d101c 100644
--- a/databases/postgresql10-plperl/Makefile
+++ b/databases/postgresql10-plperl/Makefile
@@ -4,4 +4,7 @@ WANT_PGSQL_VER= 10
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"