diff options
Diffstat (limited to 'databases/postgresql13-plperl/Makefile')
-rw-r--r-- | databases/postgresql13-plperl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/databases/postgresql13-plperl/Makefile b/databases/postgresql13-plperl/Makefile index 7ea995377f6d..080454ab5834 100644 --- a/databases/postgresql13-plperl/Makefile +++ b/databases/postgresql13-plperl/Makefile @@ -23,4 +23,7 @@ INSTALL_DIRS?= src/pl/plperl contrib/bool_plperl contrib/hstore_plperl contrib/j SLAVE_ONLY= yes COMPONENT= -plperl +# this port fails to build in parallel +MAKE_JOBS_UNSAFE= yes + .include "${MASTERDIR}/Makefile" |