diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-12 23:30:01 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2009-08-12 23:30:01 +0800 |
commit | b4a345c82a3592e1c499bb28c56968de146aeb90 (patch) | |
tree | 46843227a236030feca35c1f6312dce28ef60c64 /devel | |
parent | 8f381cfbc720f36f1c2478a997d61751f7a5df98 (diff) | |
download | freebsd-ports-gnome-b4a345c82a3592e1c499bb28c56968de146aeb90.tar.gz freebsd-ports-gnome-b4a345c82a3592e1c499bb28c56968de146aeb90.tar.zst freebsd-ports-gnome-b4a345c82a3592e1c499bb28c56968de146aeb90.zip |
- Mark MAKE_JOBS_UNSAFE (when forced jobs, fails with "cd: can't cd to shell")
Diffstat (limited to 'devel')
-rw-r--r-- | devel/noweb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/noweb/Makefile b/devel/noweb/Makefile index 917c51b09a4c..5605718f7d7a 100644 --- a/devel/noweb/Makefile +++ b/devel/noweb/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= iconx:${PORTSDIR}/lang/icon WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src INSTALL_TARGET= install-code install-man install-elisp +MAKE_JOBS_UNSAFE= yes MAN1= cpif.1 htmltoc.1 nodefs.1 noindex.1 noroff.1 noroots.1 \ notangle.1 noweb.1 nuweb2noweb.1 sl2h.1 MAN7= nowebfilters.7 nowebstyle.7 |