diff options
Diffstat (limited to 'databases/postgresql11-plpython')
-rw-r--r-- | databases/postgresql11-plpython/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/databases/postgresql11-plpython/Makefile b/databases/postgresql11-plpython/Makefile index 4c9f57527a70..2a5b929c4259 100644 --- a/databases/postgresql11-plpython/Makefile +++ b/databases/postgresql11-plpython/Makefile @@ -1,3 +1,6 @@ WANT_PGSQL_VER= 11 -.include "${.CURDIR}/../postgresql13-plpython/Makefile" +# this port fails to build in parallel +MAKE_JOBS_UNSAFE= yes + +.include "${.CURDIR}/../postgresql14-plpython/Makefile" |