summaryrefslogtreecommitdiff
path: root/databases/postgresql96-plpython/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/postgresql96-plpython/Makefile')
-rw-r--r--databases/postgresql96-plpython/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql96-plpython/Makefile b/databases/postgresql96-plpython/Makefile
index 87c75ade00ac..0419cfc0b0c0 100644
--- a/databases/postgresql96-plpython/Makefile
+++ b/databases/postgresql96-plpython/Makefile
@@ -2,4 +2,7 @@ WANT_PGSQL_VER= 9.6
INSTALL_DIRS= src/pl/plpython contrib/hstore_plpython contrib/ltree_plpython
-.include "${.CURDIR}/../postgresql13-plpython/Makefile"
+# this port fails to build in parallel
+MAKE_JOBS_UNSAFE= yes
+
+.include "${.CURDIR}/../postgresql14-plpython/Makefile"