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