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