summaryrefslogtreecommitdiff
path: root/databases/postgresql11-plperl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql11-plperl/Makefile')
-rw-r--r--databases/postgresql11-plperl/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql11-plperl/Makefile b/databases/postgresql11-plperl/Makefile
index e77c22641380..009e2e80ab55 100644
--- a/databases/postgresql11-plperl/Makefile
+++ b/databases/postgresql11-plperl/Makefile
@@ -2,4 +2,7 @@
WANT_PGSQL_VER= 11
-.include "${.CURDIR}/../postgresql13-plperl/Makefile"
+# this port fails to build in parallel
+MAKE_JOBS_UNSAFE= yes
+
+.include "${.CURDIR}/../postgresql14-plperl/Makefile"