diff options
author | marino <marino@FreeBSD.org> | 2014-07-07 20:17:32 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-07 20:17:32 +0800 |
commit | 848405168ad55e7cb4c5e64f2d9f3a8210f293c3 (patch) | |
tree | feaeb69a0e07aec9203cd0dd27b4b9eeb3d8bbee /textproc | |
parent | b3602175ee9e636414f498a3831668afc8af3c9c (diff) | |
download | freebsd-ports-gnome-848405168ad55e7cb4c5e64f2d9f3a8210f293c3.tar.gz freebsd-ports-gnome-848405168ad55e7cb4c5e64f2d9f3a8210f293c3.tar.zst freebsd-ports-gnome-848405168ad55e7cb4c5e64f2d9f3a8210f293c3.zip |
Mark 5 unstaged and unmaintained ports as jobs unsafe (taken from dports)
Approved by: portmgr (implicit, NOT_STAGED)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/ats-contrib-parcomb/Makefile | 3 | ||||
-rw-r--r-- | textproc/exmpp/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
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 <bsd.port.mk> 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 |