From 7e85c0c86601ebe5227089c70305d75d03ca7605 Mon Sep 17 00:00:00 2001 From: John Marino Date: Mon, 7 Jul 2014 12:17:32 +0000 Subject: Mark 5 unstaged and unmaintained ports as jobs unsafe (taken from dports) Approved by: portmgr (implicit, NOT_STAGED) --- textproc/ats-contrib-parcomb/Makefile | 3 +++ textproc/exmpp/Makefile | 3 +++ 2 files changed, 6 insertions(+) (limited to 'textproc') diff --git a/textproc/ats-contrib-parcomb/Makefile b/textproc/ats-contrib-parcomb/Makefile index 71100c2b3756..cb31bacf5aea 100644 --- a/textproc/ats-contrib-parcomb/Makefile +++ b/textproc/ats-contrib-parcomb/Makefile @@ -13,5 +13,8 @@ COMMENT= Parser combinators for ATS language ATS_CTRB= parcomb NO_STAGE= yes + +MAKE_JOBS_UNSAFE= yes + .include "${.CURDIR}/../../lang/ats/bsd.ats.mk" .include diff --git a/textproc/exmpp/Makefile b/textproc/exmpp/Makefile index ced0a6bd2821..97f4e8e24007 100644 --- a/textproc/exmpp/Makefile +++ b/textproc/exmpp/Makefile @@ -38,6 +38,9 @@ CONFIGURE_ARGS+= --enable-documentation .endif NO_STAGE= yes + +MAKE_JOBS_UNSAFE= yes + pre-configure: @cd ${WRKSRC} && ${AUTORECONF} -ivf -- cgit